Bind multiple SSLs on single website in IIS 8+

iis, ssl

Solution

Yes. You can configure two different domains with two different certificates for the same IP and port no(443). After providing the domain name in Binding, enable check box Require Server Name Identification(IIS8). If you do not enable this check box, two websites will have the same single certificate, if you change one website binding file, it will reflect in other website also.. I have experienced.

Please refer below link. http://www.orcsweb.com/blog/fred/host-different-ssls-on-one-ip-with-iis-8-sni/

Problem

I have one website configured for Windows Server 2012 IIS 8. This one website can be accessed by xyz.com or abc.com (2 different top level domain names). Is it possible to configure SSLs for both?

Original source