Hi All,
I'm trying to create a database definition project (In eclipse) for SQL Server 2014 database, with following information:
1- Database is hosted in SQL availability group (Always On)
2- Connection using the availability group listener
3- I'm using the correct SQL JDBC driver
The connection is failed when I test it and the error was "Deiver could not establish a secure connection to the database .....etc."
I have searched about the problem and some suggestion was to disable the encrypt in the JDBC properties does not work since it seems the SQL server is forcing the SSL "TLS1.2"
but it seems the problem is SQL server is using TLS1.2 and IBM JVM using 1.1 by default how can I change this for the toolkit.
or any other suggestion?
------------------------------
Waleed Abu Yahia
------------------------------