Hi all.
I have problem with my apache 1.3.12 + openssl 0.9.5a + modssl 2.6.6
I have apache configured with many vhost on http service (port 80), and now i
want to configure SSL for only my realhost.
Compilation and installation was ok.
I have configured name base vhost (i know the problem with name based
vhost and SSL) without SSL, and the realhost with SSL:
Listen 192.168.1.2:80
Listen 192.168.1.2:443
NameVirtualHost 192.168.1.2
<VirtualHost www.aa.aa:80>
vhost1
.....
.....
SSLEngine off
</VirtualHost>
<VirtualHost www.bb.bb:80>
vhost2
.....
.....
SSLEngine off
</VirtualHost>
.....
.....
<VirtualHost 192.168.1.2:443>
realhost
.....
.....
SSLEngine on
</VirtualHost>
All work correctly!!!
But if i write down into the browser https://www.aa.aa (this vhost is without
ssl) it point directly to my realhost with ssl.
I need that writing https://www.aa.aa it return an error of connection on port
443.
Any hint?
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]