I have a windows 2008 server that I am running two websites on. I first setup both websites with normal HTTP access and was able to hit both sites. I now want to add HTTPS access, so I added it the Default Web site and then setup the first site successfully.
When I try to add HTTPS to the second site, the site automatically shuts down in IIS and when I try to start it, I get the error message:
This Web site cannot be started. Another website may be using the same port.
Both sites are bound to the same IP address, but have different host name's.
Why is it that everything worked when there was only HTTP, but when I added HTTPS it started throwing an error?
What would be the proper way to configure HTTPS on two websites running on the same server?