Full Error
RequestException in CurlFactory.php line 187: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see ht
for Laravel: The 5 steps below will be helpful
Guzzlehttp: 5.2
\vendor\guzzlehttp\guzzle\src\Client.php
edit default settings to
protected function getDefaultOptions() { $settings = [ 'allow_redirects' => true, 'exceptions' => true, 'decode_content' => true, 'verify' => getcwd() .'/vendor/guzzlehttp/guzzle/src/cacert.pem' ]; }
download latest file cacert.pem from http://curl.haxx.se/ca/cacert.pem
and place under /vendor/guzzlehttp/guzzle/src/