You are not logged in.
Pages: 1
Hi
when i try to connect to mssql databse,
I get this error
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol v
I use : mssql-jdbc-10.2.1.jre11.jar
Any idea ?
Last edited by lahlou (2022-06-23 14:36:07)
Offline
Hi lahlou,
yes, you can append encrypt=false to your jdbc url if you are not using encryption, like this:
jdbc:sqlserver://IP;databaseName=DB;encrypt=false
Regards,
Eduardo
Offline
Thanks Eduardo
I have tried this before.
I get then same error
The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol v
Regards.
Offline
Offline
Pages: 1