先下载ca-bundle.crt 下载网址
在php.ini文件中加入
curl.cainfo="真实路径/ca-bundle.crt"(curl扩展是必须开启的)
curl: (60) SSL certificate problem: unable to get local issuer certificate 错误
原文:https://www.cnblogs.com/kaka666/p/11507677.html