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 am running into an SSL verification error on an internally hosted DevOps server. Normally, with the requests library, I would just set the verify option to False. However, this library does not allow for this type of configuration AFAIK. Would it be possible to include this in the Connection class?