zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    关于产品
    Windows服务 + Quartz.NET
    C#
    C#
    URL
    前端生态系统总结
    字符串相似度
    Process Explore & Windbg
    webpack
    JS
  • 原文地址:https://www.cnblogs.com/zouhao/p/15585395.html
Copyright © 2011-2022 走看看