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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Exception Thrown when retrieving an access token. This is because curl returns response code of 0 which means it couldn't verify the ssl certificate. To fix just add
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
to the curl request.
Fix uploaded
The text was updated successfully, but these errors were encountered:
Exception Thrown when retrieving an access token. This is because curl returns response code of 0 which means it couldn't verify the ssl certificate. To fix just add
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
to the curl request.
Fix uploaded
The text was updated successfully, but these errors were encountered: