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
Currently communicating via SSL with a SelfSigned certificatie is troublesome. By adding the CURLOPT_SSL_VERIFYHOST option (set to False), it works as expected.
Should be able to set that option as part of the options in the constructor.
The text was updated successfully, but these errors were encountered:
Currently communicating via SSL with a SelfSigned certificatie is troublesome. By adding the CURLOPT_SSL_VERIFYHOST option (set to False), it works as expected.
Should be able to set that option as part of the options in the constructor.
The text was updated successfully, but these errors were encountered: