My application is connected to MSSQL Server 2014 and is developed using Java 8(zulu 8u332-8.62.0.19). The database do not have SSL enabled.
The following error appears: 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]".
for me, to enable TLS12 on database in not a possible solution; neither to enable TLS10 into my application;