Release 2019.1 won't connect to Microsoft SQL Server 2005
Answered
The JetBrains Runtime is using the newest Java 8 with Security fixes. Unfortunately security fixes disables older, deprecated TLS algorithms that Microsoft SQL Server 2005 currently uses (and will always use). Re-enable those by editing <javahome>/lib/security/java.security and removing DES and 3DES_EDE_CBC from jdk.tls.disabledAlgorithms.
Reference:
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8209658 (JDK-8209658)
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8175075 (JDK-8175075)
https://support.microsoft.com/en-us/help/3135244/tls-1-2-support-for-microsoft-sql-server
Please sign in to leave a comment.
Thanks for sharing!
The config files are now located at <javahome>/conf/security/java.security in new versions.