
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配置时HTTPS出现"nginx: [warn] "ssl_stapling" ignored"的解决方法
- nginx: [warn] "ssl_stapling" ignored, not supported error
- nginx: [warn] "ssl_stapling" ignored, not supported告警
- digitalocean開源nginx可視化配置工具,非常適合新手小白,支持漢化
- Nginx使用Memcached缓存加速wordpress,秒开网站
- 在线ssl配置文件生成工具
- nginx nginx "--with-ipv6" option is deprecated 问题
- 使用301实现域名跳转到www包括https的3种方法
- 注册nginx的systemctl服务