Hi
Got 4 websites running on IIS 7.5
Created a new Website:
mysite1.domain.com - binding on port 5000
it also has a Certificate attached so using port 443 as well
If I browse to: http://mysite1.domain.com (port 80) I get to the IIS default website with the IIS logo page - fair enough.
If I browse to: http://mysite1.domain.com (port 5000) I get an error as a firewall is bloking this port - fair enough.
If I then browse to: https://mysite1.domain.com I get the right site - but how does the ISS resolves this, as there is no host header on SSL? - is it because I request a https session it then automatic knows that there's only one site here on port 443 - and serves that?
What if I have multiple sites running https? - how does IIS resolves this?