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

Skip https certificate verification #14

Closed
omph opened this issue Apr 20, 2017 · 1 comment · Fixed by #63
Closed

Skip https certificate verification #14

omph opened this issue Apr 20, 2017 · 1 comment · Fixed by #63

Comments

@omph
Copy link

omph commented Apr 20, 2017

Hi,

It seems it's not possible to skip https certificate verification without hardcode in the lib.

Skip works fine if to add in:
class RequestsHTTPTransport() -> execute: post_args -> add 'verify': False

And it seem's it would be perfect to add https verification as additional method's param.

@scjody
Copy link

scjody commented Apr 11, 2019

Note that #45 can be used to fix this issue.

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

Successfully merging a pull request may close this issue.

2 participants