相关疑难解决方法(0)

使用多个网站绑定和 SSL 设置 IIS 7.5?

在 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
Run Code Online (Sandbox Code Playgroud)

并且两者都需要使用 SSL。但我有这些问题:

  1. 当我输入 beta.example.com 时,我看到的是 go.example.com 站点
  2. 我似乎无法同时将 SSL 绑定添加到两个网站(我有一个 *.example.com 通配符证书)。如果我向它添加 https 绑定,测试站点甚至不会启动。

这是我设置它的方式: …

iis ssl configuration hostname bindings

11
推荐指数
1
解决办法
4万
查看次数

标签 统计

bindings ×1

configuration ×1

hostname ×1

iis ×1

ssl ×1