I am trying to connect to a ms sql db and I get this error. All of the fixes I have found say to remove the Disabled algorithms of TLSv1 from the java.security file, however TLSv1 was not disabled to begin with inside of this file. I am running JDK 1.8.0_172 and a mssql-jdbc-10.2.1.jre8. I understand that the best thing to do is to update the server to support TLSv1.2 but I cannot do that rn. Anybody know of a fix?
Asked
Active
Viewed 600 times