I have the same problem, running http on port 80 for the normal page and
want to run SSL on 443 for 1 subdomain.
Check with curl if https works, it did: it gave the page I setup as a test.
But with IE 5.0 (maybe thats wrong!) it failes.
I have attached my httpd.conf, maybe you see what I am doing wrong ?
I want to setup ssl for IMP webmail on webmail.bootsman.net
Rest will be normal http.
Hope someone can help me out.
----------------------------------------------------
Ronald Bootsman
Email [EMAIL PROTECTED]
ICQ # 61849337
*********************************************************************
httpd.conf
...........
...........
Port 80
Listen xxx.xxx.xx.xxx
NameVirtualHost xxx.xxx.xx.xxx
<VirtualHost xxx.xxx.xx.xxx:80>
SSLEngine off
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /usr/local/www/public_html
ServerName www.domain.com
ErrorLog /var/log/domain.com-error.log
CustomLog /var/log/domain.com-access_log common
</VirtualHost>
#<VirtualHost _default_:*>
#</VirtualHost>
#
<IfDefine SSL>
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
</IfDefine>
<IfDefine SSL>
<VirtualHost _default_:443>
# General setup for the virtual host
DocumentRoot "/path/to/imp"
ServerName webmail.domain.com
ServerAdmin [EMAIL PROTECTED]
ErrorLog /var/log/domain.com-error-ssl.log
TransferLog /var/log/domain.com-transfer-ssl.log
SSLEngine on
etc
etc
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]