googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
288 stars 348 forks source link

I am getting "cURL error 60" #8

Closed vibhajadwani closed 6 years ago

vibhajadwani commented 6 years ago

Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in C:\wamp\www\google_sheet\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 187

erickoledadevrel commented 6 years ago

Seems to be an issue with the certifications available in your environment. Try the solution in this Stack Overflow answer.

grant commented 6 years ago

@vibhajadwani Did following the link above solve the problem?

grant commented 6 years ago

@erickoledadevrel Close this in favor of the Troubleshooting section?

erickoledadevrel commented 6 years ago

Yes, duplicate of #19.