HTTPS的加密原理和过程
HTTPS(Hypertext Transfer Protocol Secure)是在 HTTP 的基础上通过 SSL(Secure Socket Layer)或 TLS(Transport Layer Security)协议添加了加密层的协议。HTTPS的加密原理和过程可以简单概括为以下几个步骤。
2023-11-12 1465 0
System.InvalidOperationException:“Unable to configure HTTPS endpoint.异常处理
.NET Core网站按F5运行时,在Program.cs里运行到app.Run()的时候报错:System.InvalidOperationException:“Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.
2023-01-13 3222 0
IIS配置HTTP 301重定向到HTTPS实测有效
百度站长平台目前已经建议网站使用HTTPS了。IIS配置HTTP 301重定向到HTTPS实测有效。首先需要安装IIS的URL Rewrite(伪静态模块),然后配置web.config就可以了。
2020-07-06 3610 0