product · inferred from evidence
cacert.pem
The specific CA bundle file downloaded for SSL/TLS verification in PHP's cURL configuration.
- cURL error 60: SSL certificate problem: unable to get local issuer certificate (laravel-paystack)
The fix that worked for the reporter: cURL in PHP couldnt verify Paystack's certificate because it had no CA bundle configured. Download the CA bundle from https://curl.haxx.se/ca/cacert.pem, then point PHP at it in php.ini: ```ini [curl]