If I assign two IP addresses to a box, can I then support two SSL certificates? Separate names, separate Ips, same box. Can virtual hosts factor in here either.
How about any open source/aftermarket add-ons that might let me do the same thing?
Ok but if I use IP based addressing then I can not obtain a verisign certificate, yes? I use self-certified certificates but if I understand you correctly I will not be able to bind a second name to the server? Is this correct.
Name based addressing allows for many virtual hosts to share the same ip. From what I understand, two different ssl sites can't share the same ip. This is why I suggested ip based addressing. You either need a public ip for each virtual host or use ip aliasing. With ip aliasing one NIC can have more than one ip. This is also called multi homing or virtual ip addressing.
Using a specific IP for each virtual host while including the ServerName directive seems to solve the problem of needing a unique IP but only being able to get a cert tied to a domain name. You could also use the same IP but with different ports, SSL only cares that it is a unique IP/Port combination. Hope this helps some.
Note: IP addresses were changed to protect the innocent. ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.