
nginx "ssl_stapling" ignored, issuer certificate not found for certificate解决方法
nginx 出现 "ssl_stapling" ignored, issuer certificate not found for certificate
因为使用了自签名和不信任的证书导致的
比如你在服务器上部署了cloudflare的免费证书也会出现 `"ssl_stapling" ignored, issuer certificate not found for certificate错误
解决方法使用 Let’s encrypt 或其它正规签发的ssl证书
使用nginx -t
,如果正常的话会显示如下
1
2
nginx: the configuration file /var/demo/nginx.conf syntax is ok
nginx: configuration file /var/demo/nginx.conf test is successful
更新:出现这种问题还有一种可能就是你的证书文件不完整,特别是在复制粘贴的时候由于网络问题导致证书复制粘贴不完整导致的。
💘 相关文章
- 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
- nginx配置时HTTPS出现"nginx: [warn] "ssl_stapling" ignored"的解决方法
- Configure nginx to only allow cloudflare's IP to connect to the server shell script
- openLitespeed的教程
- 分享两个在线网站ssl评分工具
- digitalocean開源nginx可視化配置工具,非常適合新手小白,支持漢化
- 注册nginx的systemctl服务
- nginx打上QUIC补丁,抢先体验http3