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]".
How can i make this work?
Resolved it by removing TLS1 from disabled algorithms in Java Security file.
Resolved it by removing TLS1 from disabled algorithms in Java Security file.