cURL error 60 is going while using google auth api

谁说我不能喝 提交于 2019-12-24 19:14:26

问题


GuzzleHttp \ Exception \ RequestException
cURL error 60: SSL certificate problem: unable to get local issuer certificate
(see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

I'm using google+ api and this error is not going even after adding cacert.php and modifying php.ini

curl.cainfo = "‪C:\xampp\php\extras\ssl\cacert.pem"

xampp server
windows

来源:https://stackoverflow.com/questions/50112424/curl-error-60-is-going-while-using-google-auth-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!