Possible Duplicate:
Multiple SSL domains on the same IP address and same port?
I have the following situation:
- first domain: test.domain.com
- IP: 1.2.3.4
- Port: 443
- SSL: Purchased from godaddy and specific to that domain
- Works fine no issues.
I would like to add another site:
- test2.domain.com
- IP: the same
- Port: can be different
- SSL: different since I can't use the SSL above because it's specific to the site above.
Now, when I add the HTTPS binding to the second site with IP:Port combination it appears to always load the first SSL ignoring the second certificate.
How can I add second SSL binding to the same IP using a "different" certificate? Can this be done?