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 ability to disable SSL certificate validation #13

Closed
afilimonov opened this issue Apr 6, 2019 · 4 comments
Closed

Add ability to disable SSL certificate validation #13

afilimonov opened this issue Apr 6, 2019 · 4 comments

Comments

@afilimonov
Copy link

afilimonov commented Apr 6, 2019

Currently if remote certificate is not trusted eg self signed cert the http request would fail. Add something like ssl_verify_mode congratulation parameter.

@afilimonov
Copy link
Author

afilimonov commented Apr 6, 2019

After looking around it seems that it would need updating manticore which Logstash http client is based on? Is there a definitive guide how to trust an invalid certificate? Exporting it and adding to the JKS doesn’t seem to work.

@jeffrmorton
Copy link

Just encountered this issue myself. Including the CA certificate in the trust store does not appear to work and there is no way to disable verification.

@farrp
Copy link

farrp commented Apr 29, 2021

The logstash-output-http has a similar issue and I suspect both have the same solution: logstash-plugins/logstash-output-http#119

@roaksoax
Copy link

roaksoax commented Feb 1, 2022

Closing this issue given that it has been fixed by 08228a0

@roaksoax roaksoax closed this as completed Feb 1, 2022
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

4 participants