Paypal api – "Unable to read x509 certificate" when making HTTPS calls to PayPal's subscription API
I am implementing PayPal's subscriptions API into a project of mine, however, I am getting the following curl error: array:2 [▼ "error" => "error_in_reading_cert" "error_description" => "Unable to read x509 certificate" ] note that I am using Laravel. Here is…