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

verify=false doesn't work #5

Open
pbabinca opened this issue Apr 13, 2016 · 0 comments
Open

verify=false doesn't work #5

pbabinca opened this issue Apr 13, 2016 · 0 comments

Comments

@pbabinca
Copy link

If one sets session.verify=False subsequent request() calls of request module - session.request doesn't take this into account. Apparently one needs to set verify as a request() attribute.

So url_v1.py could be fixed with

r = self.session.request(verb, path, params=params, data=ebody, verify=self.session.verify)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant