I am trying add a 2nd domain to an existing webserver using the following configuration on a Windows 2000 IIS 5 server:
Default website is configured as www.domain1.com
This is secured by a self issued SSL certificate.
A 2nd website was created with a different IP address and configured as www.domain2.com
I obtained a certificate from Verisign for this address. HTTP communication works fine, but SSL does not. When I try to view the site using HTTPS, I get a certificate error in IE. I've also noticed that when I click the "View Certificate" button,
the certificate says www.domain1.com, even though I'm actually going to www.domain2.com.
Domain1.com is still working perfectly, but domain2.com is erroneously trying to use domain1.com's certificate. Does anyone know how to fix this?