Joined: 20 Jun 2014 |
Posts: 4 |
|
|
 |
Posted: Sat Feb 18, 2017 8:13 pm |
|
 |
 |
 |
 |
Hi,
I'm writing code to use the Google Analytics API. The Analytics API library uses cURL to access Google's servers. When I run my PHP code on a web server (my Linux-based Network Attached Storage server), it works. But if I run it in the PhpED debugger, cURL throws an error #60 (CURLE_SSL_CACERT, Peer certificate cannot be authenticated with known CA certificates.)
Is this a problem with my PC lacking a certificate? (I have Windows 7 x64, fully up to date). Or is it a problem with cURL being unable to locate my PC's certificate or not having TLS enabled? Either way, how do I fix the problem?
Thank you,
Bob
|