I am currently running about 15 virtual hosts using name based on port 80, and 1 virtual host using SSL.

My SSL host is currently working with the following:

<VirtualHost _default_:443>

However I want to change this to the IP based hosting for this host, allowing me to then add more SSL based virtual hosts on this setup, so I tried changing this to the following:

<VirtualHost 203.xxx.xxx.xxx:443>

By doing this my SSL virtual host stops working altogether.

I try the following to debug it on a remote machine:

# openssl s_client -connect 203.xxx.xxx.xxx:443
CONNECTED(00000003)
27604:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:475:


I do the exact same thing on the local machine and it responds with a valid SSL response.

Can anyone suggest might be wrong here?

Regards,

Ian Newlands

_________________________________________________________________
Hotmail is now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp


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

Reply via email to