sqlServer 问题

Last updated on September 15, 2024 pm

🧙 Questions

☄️ Ideas

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

The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.

vim /opt/jdk1.8.0_291/jre/lib/security/java.security
# or
vim /usr/lib/jvm/java-1.8.0-openjdk/jre/lib/security/java.security
# `/` jdk.tls.disabledAlgorithms

jdk.tls.disabledAlgorithms
# 删除TLSv1, TLSv1.1, 3DES_EDE_CBC

sqlServer 问题
https://ispong.isxcode.com/db/sqlserver/sqlServer 问题/
Author
ispong
Posted on
August 11, 2021
Licensed under