We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
add an command line option "validate_cert" to expose to tornado
b784625
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.
Sorry, something went wrong.
Came across this error but it seems like it is already fixed with #12 👍
No branches or pull requests
If people using this tool against an insecure https endpoint, whose cert cannot be verified, they will get an error message similar to
Tornado supports validate_cert parameter in tornado.httpclient.HTTPRequest but this tool doesn't expose it.
The text was updated successfully, but these errors were encountered: