【发布时间】:2019-11-21 12:26:54
【问题描述】:
我的网站在http://localhost/index.html#/ 运行,但我希望它在https://localhost/index.html#/ 运行。我在 IIS 级别安装了证书(在服务器证书下)。当我去默认网站下的SSL证书时@
如何通过https而不是http访问网站?
【问题讨论】:
我的网站在http://localhost/index.html#/ 运行,但我希望它在https://localhost/index.html#/ 运行。我在 IIS 级别安装了证书(在服务器证书下)。当我去默认网站下的SSL证书时@
如何通过https而不是http访问网站?
【问题讨论】:
您需要为 https 添加站点绑定
http 和端口80 的行,但https 没有行
https。 “端口”字段应默认为443
iisreset
【讨论】: