Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for disabling cert verification #138

Closed
fredless opened this issue Sep 17, 2020 · 2 comments
Closed

add support for disabling cert verification #138

fredless opened this issue Sep 17, 2020 · 2 comments
Assignees
Milestone

Comments

@fredless
Copy link

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.

@fredless
Copy link
Author

..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.

@sQu4rks
Copy link
Contributor

sQu4rks commented Oct 27, 2020

Hi @fredless

thanks for raising this. I just pushed a PR that introduces a disable_ssl_verify flag to the rest session and api object.

@cmlccie cmlccie added this to the v2.x milestone Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants