TM4 - JDK1.8連接SqlServer報錯:The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL)


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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM