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 returns a page but does not use 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


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to