The server selected protocol version TLS10 is not accepted by client preferences [TLS12]

驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS12]”

解决方案:
1.找到jdk下的jre,之后按照下图路径找到java.security
The server selected protocol version TLS10 is not accepted by client preferences [TLS12]_第1张图片
2.删除 TLSv1、TLSv1.1、3DES_EDE_CBC即可
The server selected protocol version TLS10 is not accepted by client preferences [TLS12]_第2张图片

你可能感兴趣的:(mybatis)