首页域名资讯 正文

IIS7绑定多个HTTPS网站并应用自签名证书! – HTTPS SSL 教程

2025-01-04 2 0条评论

默认情况一个服务器的IIS只能绑定一个HTTPS也就是443端口

要实现多个站点对应HTTPS只能更改IIS配置

地址:C:\Windows\system32\inetsrv\config\applicationHost.config、

默认一个站点带一个这样的配置

 <binding protocol=”https” bindingInformation=”*:443″ />

修改成:

<binding protocol=”https” bindingInformation=”*:443:www.baidu.om” />

切记需要对应的每个站点都修改。

 

文章版权及转载声明

本文作者:亿网 网址:https://edns.com/ask/post/150043.html 发布于 2025-01-04
文章转载或复制请以超链接形式并注明出处。