elasticsearch-test-data
elasticsearch-test-data copied to clipboard
Add validate_cert option to command line to allow using insecure https endpoint
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.
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.
SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....
Came across this error but it seems like it is already fixed with #12 :+1: