Hi im getting this error in logstash 7.6.1 when using JDBC driver
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: \"The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
You are connecting to a server that does not want to talk TLS 1.2 or 1.3, but instead chose TLS 1.0, which is literally from the last century.
I am not aware of any way to enable 1.0 in the Elastic stack. You could ask the DBAs to upgrade their end, or to enable unencrypted links (which they might as well do if they are running 1.0).
Possibly they got it to work by installing an obsolete and insecure version of Java (e.g. 1.7) in the container. However, no supported version of logstash supports 1.7.
You might be able to cobble together something that "works", but please do not imagine that it is secure.
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.