Have you created an SSL virtualhost? As well as installing mod_ssl, you laso have to define a virtual host to make use of it. Also, you have to tell the server to listen to port 443, e.g.
Listen 192.168.0.1:443 <VirtualHost 192.168.0.1:443> ...etc Rgds, owen Boyle >-----Original Message----- >From: Payal Suratwala [mailto:[EMAIL PROTECTED]] >Sent: Donnerstag, 11. Juli 2002 22:55 >To: [EMAIL PROTECTED] >Subject: mod_ssl issue, https is not working > > >I have installed Apache-V2.39-compiled with mod_ssl module. >I have installed OpenSSL-V-0.9.6c and php4.2.2 on my server. >I have created the RSA certificate and Private key and moved >them in to the path described in the ssl.conf file. When I >do ./apachectl startssl, the ssl starts but when I open >netscape to go to the https://servername, it prompts me that >I am about to go to the secure website,and I click okay and >then it tells me that the website is not found. my >http://servername site works, but https://servername does >not, so what do I need to do? Why does the https now working? >I have looked every where to find information about this and >nothing has worked for me so far so, I would really >appriciate some help on this issue? Thank You, > >PayalSuratwala >______________________________________________________________________ >Apache Interface to OpenSSL (mod_ssl) www.modssl.org >User Support Mailing List [EMAIL PROTECTED] >Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]