Hi, I have recently installed Mod-SSL with apache 1.3.6 per the
instructions that came with Mod-SSL.
The standard HTTP requests seem to get answered fine, but I cant seem to
get HTTPS requests to get answered.
Here is what the ssl_engine_log shows :
[11/Jun/1999 16:45:47] [info] Init: 1st startup round (still not
detached)
[11/Jun/1999 16:45:47] [info] Init: Initializing OpenSSL library
[11/Jun/1999 16:45:47] [info] Init: Loading certificate & private key
of SSL-aw
are server secure.othercertificate.com:443
[11/Jun/1999 16:45:47] [info] Init: Loading certificate & private key
of SSL-aw
are server secure.acertificate.com:443
I have httpd.conf with
Listen 207.148.157.50:80
Listen 207.148.157.50:443
Listen 207.148.157.51:443
Listen 207.148.157.52:80
Listen 207.148.157.53:80
Listen 207.148.157.54:80
.
.
.
And the virtualhosts setup as (things in <>'s were replaced in this
email from the real settings which are kept private)
<VirtualHost 207.148.157.51:443>
DocumentRoot /<path to server>/secure_public_html/
ServerName secure.<domain>.com
ServerAdmin [EMAIL PROTECTED]
User <username>
Group <group>
ErrorLog /usr/local/apache/logs/error_log
TransferLog /usr/local/apache/logs/access_log
SSLEngine on
SSLCertificateFile /usr2/local/ssl/certs/secure.<domain>.crt
SSLCertificateKeyFile /usr2/local/ssl/private/secure.<domain>.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog /usr/local/apache/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</Virtualhost>
Basically it just sits there forever trying to connect to port 443. Ive
been running apache-ssl for a while now, but wanted to integrate the two
daemons into one.
I start it up with apachectl startssl and no errors come up there
either.
If you have any ideas on what could be causing this, please tell me.
Thanks.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]