Microsoft SQL Server 2008 Limitation

There is a known problem with Microsoft related to JRE that results in disabling of the 3DES_EDE_CBC transport layer security algorithm. If you encounter this problem, you can enable 3DES_EDE_CBC in <TDV_install_dir>/jdk/conf/security/java.security.

To re-enable 3DES_EDE_CBC

1. Navigate to the <TDV_install_dir>/jdk/conf/security/java.security.
2. Open the file and remove 3DES_EDE_CBC from the jdk.tls.disabledAlgorithms setting.
3. Restart the TDV Server.