product · inferred from evidence
cacert.pem
The specific CA bundle file downloaded for SSL/TLS verification in PHP's cURL configuration.
- [Bug] SSL Error when trying to `.list_indexes()`
How to fix '[Bug] SSL Error when trying to `.list_indexes()`' in Pinecone, straight from the verified resolution in gh:pinecone-io/python-sdk#162. Root cause plus what to change.
- 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:
- cURL error 60: SSL certificate problem: unable to get local issuer certificate (laravel-paystack)
A verified answer for paystack users hitting: 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