
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, issuer certificate not found for certificate的错误解决方法
- nginx: [warn] "ssl_stapling" ignored, not supported告警
- nginx: [warn] "ssl_stapling" ignored, not supported error
- 在ARM服务器中基于ubuntu系统一键架设nginx quic http3环境
- nginx nginx "--with-ipv6" option is deprecated 问题
- nginx 使用gzip和Brotli压缩对比测试
- 基于JAVA非常强大的Nginx配置文件生成面板
- Mac系统在本地构建可信任的https开发测试工具-mkcert
- apache非www重定向到www和https的代码