技术支持中心>证书安装>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.pianyiSSL.com" /> </bindings>
    找到https的配置项目行,修改为:
    <binding protocol="https" bindingInformation="*:443:www.www.pianyissl.com" />
    注意这里的www.pianyissl.com要换成你自己的域名,之后保存即可。

  • 在线咨询
    在线客服咨询热线:400-036-0906
    其他联系方式
    微信交谈
    QQ号码
    395947308
    复制QQ号