Using cURL and PHP to call API via HTTPS is simple. Today, I have encountered an error "SSL error" with error code 35.
What happen? I already set both CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER to false. It still does not work!
Solved:
Reason = libcurl is too old (out of date)
Solution = update libcurl