logstash-plugins / logstash-filter-http

HTTP Filter Plugin for Logstash
Apache License 2.0
12 stars 29 forks source link

Add ability to disable SSL certificate validation #13

Closed afilimonov closed 2 years ago

afilimonov commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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 commented 3 years ago

The logstash-output-http has a similar issue and I suspect both have the same solution: https://github.com/logstash-plugins/logstash-output-http/issues/119

roaksoax commented 2 years ago

Closing this issue given that it has been fixed by https://github.com/logstash-plugins/logstash-filter-http/commit/08228a07b12abe0ac9dbc898c26a091b6f2449fa