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
Docstrings for verify args throughout the taxii2client library (example) state that only a bool may be provided. However, this value is ultimately passed to the requests library, which accepts either a bool or string (source).
The text was updated successfully, but these errors were encountered:
It looks like session.verify, set by _HTTPConnection as you point out, ends up getting used as the verify value if one wasn't passed to the session.request call:
Docstrings for
verify
args throughout the taxii2client library (example) state that only a bool may be provided. However, this value is ultimately passed to therequests
library, which accepts either a bool or string (source).The text was updated successfully, but these errors were encountered: