GuzzleHttp\Exception\RequestException cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
how to solve this error i am trying everything available on the google including the below description several times
Download this file: http://curl.haxx.se/ca/cacert.pem Place this file in the C:\wamp64\bin\php\php7.1.9 folder Open php.iniand find this line: ;curl.cainfo
Change it to:
curl.cainfo = "C:\wamp64\bin\php\php7.1.9\cacert.pem"
But still it didn't work for me please help me i am so frustrated right now...