tool · inferred from evidence
Apache
A web server software, mentioned as requiring a restart after updating 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]