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
and the requests.get don't leverage the params of that function to allow us to specify as a boolean, if we want to verify the SSL cert. or specify the path for the certificate:
I'm getting the "typical" error:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129)
because I have no idea where to:
I've checked the Marketp Tap code:
tap-marketo/tap_marketo/client.py
Line 158 in 34a4ac8
and the requests.get don't leverage the params of that function to allow us to specify as a boolean, if we want to verify the SSL cert. or specify the path for the certificate:
https://github.com/psf/requests/blob/839a8edec37c81a18ac8332cfbd44f44e1ae6206/src/requests/sessions.py#L550
Has anyone faced this? If so, how did you solved it?
Thanks
The text was updated successfully, but these errors were encountered: