cURL error 60: SSL certificate problem: unable to get local issuer certificate(转)【亲测】
作者:互联网
php5.6以上的版本会出现这种问题
解决办法:
【开启拓展】
extension=curl
extension=openssl
【配置证书】
访问https://curl.haxx.se/docs/caextract.html,下载cacert.pem,并在php.ini文件添加
curl.cainfo="XXXXXXX/cacert.pem" //配置相应的路径
openssl.cafile="XXXXXXX/cacert.pem" //配置相应的路径
标签:extension,certificate,get,XXXXXXX,60,pem,cacert,curl 来源: https://www.cnblogs.com/shuaiandjun/p/11145505.html