elasticsearch-test-data icon indicating copy to clipboard operation
elasticsearch-test-data copied to clipboard

Add validate_cert option to command line to allow using insecure https endpoint

Open r0c opened this issue 9 years ago • 2 comments

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.

r0c avatar Jan 08 '17 23:01 r0c

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.

oliver006 avatar Jan 10 '17 15:01 oliver006

SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....

Came across this error but it seems like it is already fixed with #12 :+1:

vchrombie avatar Feb 15 '22 11:02 vchrombie