Binding SSL certificates to Website in IIS -


i have server hosting domain named abc.com . have ssl certificate installed domain on server , abc.com require ssl. have sub domain sub.abc.com secured ssl certificate.

now did bind. clicked main site abc.com in iis , opened bindings. in bindings, added https , ip address gave unassigned. ssl certificate selected ssl cert abc.com.

again sub domain binding followed same steps under ip address gave ip (19.xxx.xx.xx) of server. under certificate picked certificate sub.abc.com.

now on browser if open sub.abc.com working fine. if load abc.com site loading warning , displaying certificate of sub.abc.com instead of abc.com . in bindings can confirm have mapped correct certificate.

not sure whats going wrong here. highly appreciated.

unless running iis 8 , above, can use sni,

http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-server-name-indication-sni-ssl-scalability


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -