1
votes

We've got a Windows Server 2003 running IIS 6 where we host multiple sites with different domains. www.site1.com, www.site2.com etc.

Now one of these sites need a SSL certificate, so I ordered a certificate from rapidssl.com for the domain www.site1.com.

The problem: After installing this SSL certificate all https request to this server, regardless of domain, gets redirected to the www.site1.com site. FYI: This is the only site on the server that got a SSL certificate installed.

Anyone?

3
Are all sites using the same IP?GôTô
Yes, they all use the same IP. Seperated by host headersKulvis

3 Answers

1
votes

cscript.exe adsutil.vbs set /w3svc//SecureBindings ":443:" solved the problem.

0
votes

According to this site, SSL does not support host headers. If you have more than one IP on your server, try using one IP for the SSL website and use other IPs for the other sites. If you don't, ask for another IP for your server to your helpdesk.