码迷,mamicode.com
首页 > Web开发 > 详细

IIS7下设置https主机名灰色无法修改

时间:2019-10-10 11:20:39      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:director   技术   注意   uri   png   conf   bind   img   域名   

打开iis绑定域名时,点击绑定弹出绑定框,在选择类型为“https”的时候,主机名为灰色的无法填写

技术图片

解决方法:

\1. 选择https,在选择相应的SSL证书,点击确定

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

\3. 找到如下节点位置:

技术图片

<site name="hs.hsglaser.com" id="8">
                <application path="/">
                    <virtualDirectory path="/" physicalPath="D:\web\hongshi" />
                </application>
                <bindings>
                    <binding protocol="http" bindingInformation="*:80:hs.hsglaser.com" />
                    <binding protocol="http" bindingInformation="*:80:www.hsglaser.com" />
                    <binding protocol="https" bindingInformation="*:443:" />
                   
                </bindings>
            </site>

技术图片

以“hsglaser.com”域名为例

将“” 改为

注意:因为这个是系统文件可也能直接修改不了,如果修改不了可以把这个文件复制到桌面修改后再替换回去

\4. 修改完毕后,刷新一下网站,就可以看到域名出现了,访问https://hsglaser.com 试一下

技术图片

IIS7下设置https主机名灰色无法修改

标签:director   技术   注意   uri   png   conf   bind   img   域名   

原文地址:https://www.cnblogs.com/h-gallop/p/11646152.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!