Hosting multiple sites in IIS 6, one need SSL

馋奶兔 提交于 2019-12-24 17:25:44

问题


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?


回答1:


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




回答2:


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.




回答3:


It's possible...

http://www.sslshopper.com/article-how-to-configure-ssl-host-headers-in-iis-6.html

http://www.digicert.com/ssl-support/configure-iis-host-headers.htm

As per post by Kulvis



来源:https://stackoverflow.com/questions/3976084/hosting-multiple-sites-in-iis-6-one-need-ssl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!