I got this error: cURL error 77: error setting certificate verify locations: CAfile: �C:\wamp64\bin\php\php7.1.9\extras\ssl\cacert.pem� CApath: none
What I've done so far:
downloaded: caert.pem ()
paste it in C:\wamp64\bin\php\php7.1.9\extras\ssl
configured this in php.ini
curl.cainfo = "C:\wamp64\bin\php\php7.1.9\extras\ssl\cacert.pem"openssl.cafile = "C:\wamp64\bin\php\php7.1.9\extras\ssl\cacert.pem"