[curl] 60: SSL certificate problem
程序员文章站
2022-03-26 12:44:43
...
用curl链接的时候出现上面这个问题。在Google上找到了答案,后来也修好了,但是不知道是什么原因,有知道的给解释一下~~
解决方法链接:
https://laracasts.com/discuss...
I had the exact same but on Windows & xampp. My solution was as simple as: Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it in a: "cacert.pem"
Then in your php.ini file insert or edit the following line: curl.cainfo = "[pathtothisfile]\cacert.pem"
Problem solved
回复内容:
用curl链接的时候出现上面这个问题。在Google上找到了答案,后来也修好了,但是不知道是什么原因,有知道的给解释一下~~
解决方法链接:
https://laracasts.com/discuss...
I had the exact same but on Windows & xampp. My solution was as simple as: Follow this link: http://curl.haxx.se/ca/cacert.pem Copy the entire page and save it in a: "cacert.pem"
Then in your php.ini file insert or edit the following line: curl.cainfo = "[pathtothisfile]\cacert.pem"
Problem solved
下一篇: JS 操作符整理[推荐收藏]_基础知识
推荐阅读
-
git中的SSL certificate problem: unable to get local issuer certificate错误的解决办法
-
git clone时出现SSL certificate problem: self signed certificate
-
Git ----fatal: unable to access xxx: SSL certificate problem: self signed certificate in certificate
-
解决cURL error 60 Peer‘s Certificate issuer is not recognized.问题
-
curl: (60) SSL certificate problem: unable to get local issuer certificate 错误,curlissuer
-
curl: (60) SSL certificate problem: unable to get local issuer certificate 错误,curlissuer_PHP教程
-
[curl] 60: SSL certificate problem
-
git中的SSL certificate problem: unable to get local issuer certificate错误的解决办法
-
curl: (60) SSL certificate problem: unable to get local issuer certificate 错误,curlissuer_PHP教程
-
[curl] 60: SSL certificate problem