IIS7/Win2008R2 - How to use multiple Wildcard SSL Certificates and standard TCP/443 to host multiple web sites?
In HTTP is ok, using multiple host headers or IP addresses i cna host multiple HTTP Web sites using the same port number with no problem.
But i have multiple wildcard certificates (*.domainA.com and *.domainB.com) a single IIS7/WIn2008R2 (with multiple IP addressess if needed) and i would like to host multiple HTTP/SSL web sites using the wildcard certiciates, but all of then sharing the TCP/443
port.
In IIS8 we have SNI, but and what about IIS7/WIn2008R2?