phpstudy网站报错 cURL error 60: SSL certificate problem: unable to get local issuer certifica
开发网站做支付宝支付填写支付宝公钥 报错 :cURL error 60: SSL certificate problem: unable to get local issuer certifica
原因:由于没有配置信任的服务器HTTPS验证。默认,cURL被设为不信任任何CAs,就是说,它不信任任何服务器验证。因此,这就是浏览器无法通过HTTPs访问你服务器的原因。
1)从 https://curl.haxx.se/ca/cacert.pem 下载最新的cacert.pem2)
2)将以下行添加到php.ini(搜索“curl”,在“[curl]”中添加)
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.
curl.cainfo = "E:\web\php\5.6\cacert.pem"
注:(如果这是共享托管和您没有访问php.ini然后你可以添加到.user.ini在public_html)
3)默认情况下,FastCGI进程将每隔300秒解析新文件
(如果需要,您可以通过添加几个文件来更改频率,如这里建议的https://ss88.uk/blog/fast-cgi-and-user-ini -files-the-new-htaccess/)
点击链接加入群聊三群:751529538
点击链接加入群聊二群:376877156
点击链接加入群聊【路由器交流群:622891808已满】
本站附件分享,如果附件失效,可以去找找看
饿了么红包