The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL)
jdk:1.8
解決方法:
JDK目錄下的jre\lib\security,打開java.security
找到jdk.tls.disabledAlgorithms,如下圖
把3DES_EDE_CBC注釋掉。即可!
加密算法開啟禁用:https://www.java.com/en/configure_crypto.html