Changing the port will not resolve this.
You can't use named based resolution ( host headers ) with SSL, it's in how SSL works. It must be tied to a static IP address. If you only have 1 IP address then you can't do what you want. If you have more than 1 IP address then just setup the next virtual host, tie it to that next IP address and setup SSL just as you did with the first one.
Main Topics
Browse All Topics





by: andynwellsPosted on 2005-12-20 at 11:47:25ID: 15521248
It looks like this website has detailed information about installation of SSL with IIS. con figure_ssl _on_your_w ebsite_wit h_iis.htm
http://www.petri.co.il/
The relevant part for you would be:
"Note: SSL can only listen once on port 443, requiring you to either select a different SSL port for each SSL protected website you're about to host on the server, or, even better, use a different static IP for each site, and share port 443 amongst them."