
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: [warn] "ssl_stapling" ignored, not supported告警
- nginx "ssl_stapling" ignored, issuer certificate not found for certificate解决方法
- nginx: [warn] "ssl_stapling" ignored, not supported error
- register nginx systemctl service
- Acme.sh签发Buypass及ZeroSSL证书的方法
- 基于JAVA非常强大的Nginx配置文件生成面板
- 解决nginx反向代理验证码不显示的方法
- nginx: [emerg] unknown directive "set_real_ip_from"的解决方法
- 在线ssl配置文件生成工具
- Mac系统在本地构建可信任的https开发测试工具-mkcert