Hosting multiple sites in IIS 6, one need SSL

2019-07-30 01:47发布

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?

标签: iis ssl iis-6
3条回答
一夜七次
2楼-- · 2019-07-30 02:16

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

查看更多
Root(大扎)
3楼-- · 2019-07-30 02:28

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.

查看更多
登录 后发表回答