问题出现:
最近在使用curl 请求https链接的网址的时候,提示error: 60 SSL certificate problem: unable to get local issuer certificate
或者curl_error : error setting certificate verify locations
解决方法:
打开https://curl.haxx.se/ca/cacert.pem,复制文本内容到D:/wamp/cacert.pem.txt
在php.ini的[curl]模块下加一句:curl.cainfo=”D:/wamp64/cacert.pem.txt”
注意wampserver 找对正确的php.ini文件,详细可以使用phpinfo查看 使用的php.ini的路径。
重启WAMP
转载请注明:苏demo的别样人生 » win下error: 60 SSL certificate problem: unable to get local issuer certificate 解决方案