Tag: cacert
-
Curl Error 60 with SSL Certificate
I am writing an app using the TMDB API. It uses CURL to access the API. I get the following error. Here is how I fixed the error. Download and save the PEM file to your PHP installation directory / extras / ssl / cacert.pem. Edit your php.ini file. Enable the entry curl.cainfo =…