> Thank you very much for your help. Now, some final questions -- is it
> possible to get the https pages using openssl-0.9.1c? And if yes -- what
> commands shall I use to get the page.
Do you mean without useing a browser?
You may try something like: (s_client is part of openssl)
s_client -host www.mydomain.com -port 443
and then use a HTTP-Request like:
GET / HTTP 1.0
or whatever...
oki,
Steffen
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]