
nginx配置时HTTPS出现"nginx: [warn] "ssl_stapling" ignored"的解决方法
nginx配置时HTTPS出现"nginx: [warn] "ssl_stapling" ignored"
的解决方法
服务器系统自身的dns服务器有问题或者为空,改一下即可。。。
vi /etc/resolv.conf
然后写入
1
2
1.1.1.1
1.0.0.1
💘 相关文章
- nginx "ssl_stapling" ignored, issuer certificate not found for certificate解决方法
- nginx: [warn] "ssl_stapling" ignored, not supported告警
- nginx: [warn] "ssl_stapling" ignored, not supported error
- 注册nginx的systemctl服务
- 一款可视化适合小白的cdn构建系统
- 不会配置nginx?这个在线配置nginx的网站非常方便
- 在线ssl配置文件生成工具
- 分享两个在线网站ssl评分工具
- Nginx使用Memcached缓存加速wordpress,秒开网站
- nginx: [emerg] Solution to unknown directive "set_real_ip_from"