I have a strange problem which has probably got something to do with my
config file.
Apache + modssl (latest versions) on win32 (NT 4 sp5)
http://localhost works
https://localhost works
but http://localhost:443 does not give a secure connection
Below are the most important parameters. Any help much
appreciated.
Port 80
Listen 80
Listen 443
SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none
SSLLog logs/SSL.log
SSLLogLevel debug
<VirtualHost 192.168.1.55:443>
ServerName lappie.collies.nl
DocumentRoot "e:\opensource\apache\htdocs"
SSLEngine On
SSLCertificateFile conf/ssl/lappie.cert
SSLCertificateKeyFile conf/ssl/lappie.key
</VirtualHost>
Colin Chalmers
Snr. Project Engineer
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]