
nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate的错误解决方法
出现nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate
错误
就是说你并没有指定CA证书,解决方法有两种,一种就是合并CA证书,格式如下
cat www_example_com.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt
还有一种就是CA证书单独一个文件并指定CA证书的路径,如
1
2
#ssl_stapling_verify on; //关闭否则报错no ssl_client_certificate for ssl_verify_client
ssl_trusted_certificate /etc/secrets/COMODORSADomainCA;
systemctl status nginx
查看nginx有没有报错信息,如果没有则正常。
💘 相关文章
- nginx "ssl_stapling" ignored, issuer certificate not found for certificate解决方法
- nginx: [warn] "ssl_stapling" ignored, not supported error
- nginx: [warn] "ssl_stapling" ignored, not supported告警
- nginx配置时HTTPS出现"nginx: [warn] "ssl_stapling" ignored"的解决方法
- nginx 反向代理后端并缓存数据的方法
- 比较简单实用高效的网站防止灌水和反爬虫方案
- FreeBSD 安装PHP7.4 和 Nginx
- nginx: [emerg] unknown directive "set_real_ip_from"的解决方法
- nginx反向代理配置演示,包括静态资源处理,百分百成功
- 分享两个在线网站ssl评分工具