I'm getting laravel with this error,
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://sandbox-api.tilled.com/v1/payment-methods
I'm using PHP 8.1.9, laravel 8.1.2, guzzlehttp/guzzle ^7.0.1 and WAMP for my windows local.
I have set,
curl.cainfo="C:/wamp64/bin/php/cacert.pem"
openssl.cafile="C:/wamp64/bin/php/cacert.pem"
openssl.capath="C:/wamp64/bin/php/cacert.pem"
And I download cacert.pem from here to C:/wamp64/bin/php location.
And I checked cURL error 60: SSL certificate: unable to get local issuer certificate
But I'm still getting error.