check your httpd.conf, see if there is ssl global setting and
<IfDefine SSL>
Listen 80
Listen 443
</ifDefine>
after "Port 80",
if no,it means in fact you didn't compile correctly.
I encounter same problem as your's.
wish it is help.
----------
From: Josh Hattery[SMTP:[EMAIL PROTECTED]]
Reply To: [EMAIL PROTECTED]
Sent: Thursday, July 01, 1999 11:00 AM
To: [EMAIL PROTECTED]
Subject: https not responding
I just compiled all the stuff listed in the INSTALL file for the mod_ssl
module. I did everything it said to, even some of the optional stuff
without any compiling errors. I did "make certificate" after compiling
apache and then did "make install"
Now, when i run apachectl start and do http://<hostname> it will work fine.
When I run apachectl startssl and do http://<hostname> it will run fine.
However, when i try https://<hostname> it doesn't work, it says that the
server is either busy or is not accepting connections on that port. I
really don't have a clue what I did wrong. I did set the CN to the same
hostname as i'm using when i test this.
Josh
______________________________________________________________________
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]