IIS通过https而不是http访问网站
IIS access website via https and not http
我的网站 运行 位于 http://localhost/index.html#/ but I want this to run in https://localhost/index.html#/. I have certificate installed at IIS level(under server certificate). When I go to SSL cerificate for under default web site
如何通过 https 而不是 http 访问网站?
请注意:我在 IIS 级别添加了证书,如下图所示。
您需要为 https 添加站点绑定
- 点击"Default Web Site"
- 在右侧的 "Actions" 窗格中,select "Bindings"
- 您可能只会看到
http
和端口 80
的行,但不会看到 https
的行
- 单击 "Add" 和 select
https
以获得 "Type." "Port" 字段应默认为 443
- 单击 "OK" 和 运行
iisreset
我的网站 运行 位于 http://localhost/index.html#/ but I want this to run in https://localhost/index.html#/. I have certificate installed at IIS level(under server certificate). When I go to SSL cerificate for under default web site
如何通过 https 而不是 http 访问网站?
请注意:我在 IIS 级别添加了证书,如下图所示。
您需要为 https 添加站点绑定
- 点击"Default Web Site"
- 在右侧的 "Actions" 窗格中,select "Bindings"
- 您可能只会看到
http
和端口80
的行,但不会看到https
的行
- 您可能只会看到
- 单击 "Add" 和 select
https
以获得 "Type." "Port" 字段应默认为443
- 单击 "OK" 和 运行
iisreset