Is it possible to force Logstash (TCP_INPUT) into using TLS v.1.2 only?
Beats Input is actually using 1_2 but sadly my TCP input is using 1.0, 1.1 and 1.2.
Also, while starting Logstash I see:
ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]
Is there any way to force Logstash into using TLSv1.2 and only this one?
There is a request to enable this within logstash. Otherwise you need to do it in the JRE. Does this help? To be honest I doubt it will ever get added to logstash because anyone who cares about disabling 1.1 will be comfortable doing it globally in the JRE.
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.