I am using eBay API PHP SDK and get this error when running on my local WAMP server in Win 7:
Fatal error: Uncaught exception ‘GuzzleHttpExceptionRequestException’ 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:vendorguzzlehttpguzzlesrcHandlerCurlFactory.php on line 187
( ! ) GuzzleHttpExceptionRequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in C:vendorguzzlehttpguzzlesrcHandlerCurlFactory.php on line 187
Image:
2
Answers
You need to check certificate and system CURL version. I had the same problem on my machine and updating CURL lib helped (because I’m using macports it was easy:
If You are using different platform or package manager You need to investigate
you have to set in php.ini and restart server.
download it from here
https://gist.github.com/VersatilityWerks/5719158/download