Configure one IIS site to handle two separate SSL certificates using external Load Balancing or SSL Acceleration Servers

Posted by bmccleary on Server Fault See other posts from Server Fault or by bmccleary
Published on 2011-01-10T18:46:42Z Indexed on 2011/01/10 18:55 UTC
Read the original article Hit count: 270

Filed under:
|

I have one web application on our server that needs to be referenced by two different domain names, both of which have their own SSL certificates. The application is exactly the same for both domains, but we have to keep the two domain names for legal reasons. The problem is that, since both domains need to have their own SSL certificate, that inside of our IIS 7.5 configuration we have to have two separate IIS applications (both pointing to the same physical location) with their own unique IP address and SSL certificate installed. Now, I know that, due to the nature of SSL communications, that this is by design and that you can't assign more than one SSL certificate per IP address and domain name. My question is… is there any way around this limitation and keep one web application in IIS and have it service two SSL certificates based on host name?

I know that with the basic IIS configuration that this is not possible, but I was thinking that with some sort of combination of external load balancing and/or SSL acceleration servers/services that we could have these servers process the SSL request and leave IIS clean to have one single application. I am not familiar at all with these technologies, hence the reason I am asking if it is theoretically possible. If not, does anyone else know how to achieve this?

© Server Fault or respective owner

Related posts about iis

Related posts about ssl