Closed sgreszcz closed 1 year ago
According to issue #96 this was possible before. Can we please reinstate the "ignore" flag with:
ssl => true ssl_certificate_verification => false
Closing this issue as it seem to be already supported by newer versions of the plugin.
Although it's not recommended, it's possible to ignore the certificate validation by setting the ssl_verification_mode to none
. Another option to avoid creating JKS
is setting the CAs using PEM certificates (cacert).
There is no simple way to accept TLS/SSL certificates using http_poller input. Using something like python's "requests" library or postman allows a flag to be set to automatically accept certificates.
Having to manually pre-build a JKS is not easy to automate and scale, especially in a Logstash/Docker deployment for ingesting data.
Use the Logstash Docker container with any http_poller input and self-signed HTTPs endpoint.