1、问题:

Win Server 2008 R2 IIS 默认只能添加一个 443 HTTPS 端口,更换证书

 

解决方案:

方法一:
然后在:C:\Windows\system32\inetsrv\config\applicationHost.config
找到 对应网站

<binding protocol="http" bindingInformation="*:80:api.xxx.com" />

在其下方添加 如下
<binding protocol="https" bindingInformation="*:443:api.xxx.com" />

即可
 
 
 
2、更换证书
采用IP地址
Win Server 2008 R2 IIS 默认只能添加一个 443 HTTPS 端口,更换证书

 

 

 

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案