赞
踩
`com.microsoft.sqlserver.jdbc.SQLServerException: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS12]”。 ClientConnectionId:49d0b8e6-bf25-4549-bc42-ef266f31e921*
在网上看了好几版答案
自己亲测有效的一版是
在Java目录我的是 {C:\Program Files\Java\jdk1.8.0_321\jre\lib\security 包下的java.security
直接注释掉代码块
# jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
# DH keySize < 1024, EC keySize < 224, anon, NULL, \
# include jdk.disabled.namedCurves
`
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。