IIS7 https无法绑定主机头,显示灰色 - 领地网
领地网-为您企业建站赋予能量!

帮助中心

IIS7 https无法绑定主机头,显示灰色

据了解,IIS7下面默认HTTPS绑定是无法指定主机头的,但我们可以通过手工修改IIS配置来实现主机头绑定。

打开C:\Windows\system32\inetsrv\config\applicationHost.config

定位到如下位置:
<bindings>
<binding protocol="https" bindingInformation="*:443" />
<binding protocol="net.tcp" bindingInformation="808:*" />
<binding protocol="net.pipe" bindingInformation="*" />
<binding protocol="net.msmq" bindingInformation="localhost" />
<binding protocol="msmq.formatname" bindingInformation="localhost" />
<binding protocol="http" bindingInformation="*:80:www.22.cn" /> </bindings>
找到https的配置项目行,修改为: 
<binding protocol="https" bindingInformation="*:443:www.www.22.cn" /> 
注意这里的www.22.cn要换成你自己的域名,之后保存即可。


联系QQ712391002

在线
客服

联系QQ:712391002

在线沟通
服务时间:9:00-18:00

联系电话:4001611283

客服
热线

联系电话:400-888-12349

4001611283
7*24小时客服服务热线

微信扫码

微信
扫码

微信扫一扫

有问必答

有问
必答

返回顶部返回顶部 顶部