| atal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with message 'cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in P:\wamp55\www\aff2pcom\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 187 | ||||
|---|---|---|---|---|
| ( ! ) GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in P:\wamp55\www\aff2pcom\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line187 |
--
You received this message because you are subscribed to the Google Groups "2Performant Developers RO" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 2performant-develo...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "2Performant Developers RO" group.
To unsubscribe from this group and stop receiving emails from it, send an email to 2performant-developers-ro+unsub...@googlegroups.com.
download and extract for cacert.pem here (a clean file format/data)
put it in :
C:\xampp\php\extras\ssl\cacert.pem
Add this line to your php.ini
curl.cainfo = "C:\xampp\php\extras\ssl\cacert.pem"
restart your webserver/apache