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
You get SSL certificate error even when you set $verifySSL = false at the constructor.
This is because it was never set, so it always defaults to true as shown in this snippet irrespective of what you set it to be
You get SSL certificate error even when you set
$verifySSL = false
at the constructor.This is because it was never set, so it always defaults to true as shown in this snippet irrespective of what you set it to be
I'll be making a pull request to address this.
The text was updated successfully, but these errors were encountered: