Tag Archives: linux
SQL Server JDBC Error on Java 8: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption
[Note: I originally posted this problem/solution to Stackoverflow.com] Problem: I am getting the following error when connecting to a SQL Server database using version the Microsoft JDBC Driver:
1 |
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:98d0b6f4-f3ca-4683-939e-7c0a0fca5931". |
We recently upgraded our applications from Java 6 & Java … Continue reading
Recent Comments