7 Jan
2004
7 Jan
'04
12:12 a.m.
I wish it were possible to do this... but it isn't. For each IP you use, it is possible to have only one host that responds to port 443 (SSL). It's easy to split port 80 among different virtual hosts, but not 443.
If you really need multiple SSL hosts, you'll need multiple IPs.
Well, this needs one more detail: You can serve as many NameVirtualHosts off of a single IP port 443 - but due to the way SSL negotiation works you can only serve a single SSL certificate over that IP. So if you want to use separate certificates for each SSL-enabled host then you need different IPs. Unless you don't care about constant browser popups informing you that the hostname on the certificate does not match the host you're connecting to... jens