Is there a way to skip SSL server certificate validation?
I'm trying to hit a local server with a self-signed cert but i get errors of course.
I saw for other plugins that this was added as an option but nothing for http_poller plugin
Is there a way to skip SSL server certificate validation?
I'm trying to hit a local server with a self-signed cert but i get errors of course.
I saw for other plugins that this was added as an option but nothing for http_poller plugin
Why "of course"? You have the CA cert and can supply it to the http_poller using the cacert option. And since you are generating your own certs you need never have a problem with a non-name-matched cert.
You are right on that, but i had few problems with the certificate and i wanted to ask that because the Rest Client via browser has also that option.
The http_poller does not allow you do disable verification. There are other filters where the ability to disable verification was there and was later removed, so I do not expect that to change.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.