在IIS 7.5上,我试图通过两个网站来实现这一目标:
Default Web Site is bound to:
(blank host header port 80 - http)
(blank host header port 443 - https)
go.example.com
www71.example.com
the IP address of go.example.com
2nd web site "Beta" is bound to:
beta.example.com
(blank host header port 443 - https)
* using blank only because it doesn't seem to be possible to
bind https to a named host header
两者都需要使用SSL。但是我有这些问题:
- 输入beta.example.com时,我看到的是go.example.com网站
- 我似乎无法一次将SSL绑定添加到两个网站(我只有一个* .example.com通配符证书)。如果将https绑定添加到Beta网站,它甚至都不会启动。
这是我设置的方式:
正确的设置方法是什么?