标签:follow 出现 ini 拷贝 错误信息 alt baidu phpstudy code
一直报错:
当本地curl需要访问https时,出现SSL certificate: unable to get local issuer certificate错误信息
解决办法:
到http://curl.haxx.se/ca/cacert.pem下载pem文件,并将文件拷贝到D:\phpStudy\PHPTutorial\cacert.pem
在php.ini
增加
curl.cainfo = "D:\phpStudy\PHPTutorial\cacert.pem"
标签:follow 出现 ini 拷贝 错误信息 alt baidu phpstudy code
原文地址:https://www.cnblogs.com/oxspirt/p/10405663.html