blocktrail-sdk-php icon indicating copy to clipboard operation
blocktrail-sdk-php copied to clipboard

SSL certificate problem

Open MageshAden opened this issue 7 years ago • 1 comments

I installed curl but showing error on my localhost.

Error is: Fatal error: Uncaught 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) in D:\ogss\trunk\blocktrail\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 187

The curl says the peer to peer connection not done.

Please help me...

Thanks in advance.

MageshAden avatar Jun 17 '17 07:06 MageshAden

Read blocktrail documentation

A windows lamp with php + php_curl extension is not enought.. Download cacert and Edit your php.ini to setup cacert path curl.cainfo.

abgit avatar Jun 29 '17 14:06 abgit