jdk:1.8

解决方法:

JDK目录下的jre\lib\security,打开java.security

找到jdk.tls.disabledAlgorithms,如下图

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

把3DES_EDE_CBC注释掉。即可!

加密算法开启禁用:https://www.java.com/en/configure_crypto.html

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-12-02
  • 2021-06-11
  • 2022-12-23
  • 2022-02-08
猜你喜欢
  • 2021-06-27
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-10-23
  • 2021-10-22
相关资源
相似解决方案