The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
Nechba
20
Reputation points
Problem : com.microsoft.sqlserver.jdbc.SQLServerException: 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]". ClientConnectionId:ad62bf5c-3824-4a4c-90e5-e6c2fa5e09c2
Attempted Solution: I tried to update the java.security
file and deleted TLSv1 and TLSv1.1, but the problem persisted.
Details of software versions:
- Java Runtime Environment (JRE) version on my laptop: jre1.8.0_351
- SQL Server version: Microsoft SQL Server Management Studio 18
Any assistance or guidance in resolving this issue would be greatly appreciated.
Sign in to answer