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?
The text was updated successfully, but these errors were encountered:
neuj21
pushed a commit
to neuj21/azure-devops-python-api
that referenced
this issue
Jun 15, 2022
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?
The text was updated successfully, but these errors were encountered: