报错内容
[08S01]驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selectedprotocol version TLS10 is not accepted by client preferences [TLS13, TLS12]”.ClientConnectionld:f8b84d9e-4d1f-48b0-bf56-fca569e1f95d
The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]
图片

处理办法
进入连接设置
把以下参数添加到 VM Option
"-Djdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, anon, NULL, include jdk.disabled.namedCurves"
再把 trustServerCertificate 设置为 true


360

被折叠的 条评论
为什么被折叠?



