We’ve got a Windows Server 2003 running IIS 6 where we host multiple sites with different domains. http://www.site1.com, http://www.site2.com etc.
Now one of these sites need a SSL certificate, so I ordered a certificate from rapidssl.com for the domain http://www.site1.com.
The problem:
After installing this SSL certificate all https request to this server, regardless of domain, gets redirected to the http://www.site1.com site.
FYI: This is the only site on the server that got a SSL certificate installed.
Anyone?
cscript.exe adsutil.vbs set /w3svc//SecureBindings “:443:” solved the problem.