library · inferred from evidence
laravel-paystack
A Laravel package for integrating with Paystack payment services.
- 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]