You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false) to the rest of the curl settings, but that results in {"status":{"http_code":0},"contents":false} for an HTTPS request. Why CURL is responding false is beyond me, and there's a good chance it's just me, but I think it's worth looking into.
Maybe do something with this, or at least link to it in the docs:
http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/
The text was updated successfully, but these errors were encountered: