Hi All,
I need to be able to connect some software to my elasticsearch cluster that can’t support self-signed certificates. Can ElasticSearch be configured to listen on two ports, one requiring SSL/TLS (9200) and the other not requiring SSL/TLS (9280)?
The software in question is in development and is not yet capable of handling self-signed certificates.
Thanks very much.
Darren