<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/STM32W5500AIR202A/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p>
说明
访问网页有两种方式
一个是 http
另一个是 https
https实际上是 http + ssl
注:因为http就是TCP
所以实际上是 TCP + SSL
为域名申请SSL证书
1.登录阿里云:
https://www.aliyun.com/


2.点击管理

3.开启SSL证书

4.申请


5.选择免费版


6.支付成功以后

7.点击证书申请

8.填写相关信息


9.点击验证

10.提交审核



11.下载SSL证书

咱web服务器使用的是OpenResty ,实际上是 Nginx
所以下载 Nginx的证书


web服务器配置证书实现https访问放到下一节