HTTPS证书问题修复及免费证书获取

问题描述:将七牛云回调地址由http改为https后,报错579:x509: certificate signed by unknown authority

问题解决:

1.使用ssl在线检测:https://csr.chinassl.net/ssl-checker.html    https://myssl.com 检测后发现问题---“缺少中级证书Intermediate,请安装中级证书否则证书在部分浏览器中不受信任”

2.使用证书链修复工具修复,获取证书链:https://myssl.com/chain_download.html,替换证书链即可解决(不要忘记重启nginx)

 

获取免费ssl证书:https://freessl.cn/

可参考此篇博文:https://www.jianshu.com/p/1a792f87b6fe

你可能感兴趣的:(linux,php,ssl,https,linux)