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 validate_cert option to command line to allow using insecure https endpoint #7

Open
r0c opened this issue Jan 8, 2017 · 2 comments

Comments

@r0c
Copy link

r0c commented Jan 8, 2017

If people using this tool against an insecure https endpoint, whose cert cannot be verified, they will get an error message similar to

SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....

Tornado supports validate_cert parameter in tornado.httpclient.HTTPRequest but this tool doesn't expose it.

@oliver006
Copy link
Owner

Ah interesting, that'd be a useful feature to have. I don't have bandwidth to get to this right now so PRs are welcome.

@vchrombie
Copy link

SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....

Came across this error but it seems like it is already fixed with #12 👍

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

3 participants