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
related to #133 and for debugging\troubleshooting in general, would be nice to include support for passing verify=False through to requests to make working with a self-signing SSL sniffer (Fiddler or similar) more easily accomplished.
The text was updated successfully, but these errors were encountered:
..and in the meantime, one way around this is to simply import certifi, ensuring that you add your proxies certificate (in base64) to its CA list beforehand to override the list of trusted CAs. works for most things that use requests underneath.
related to #133 and for debugging\troubleshooting in general, would be nice to include support for passing
verify=False
through torequests
to make working with a self-signing SSL sniffer (Fiddler or similar) more easily accomplished.The text was updated successfully, but these errors were encountered: