datagrip链接sql server2005报错

错误信息

第一次报

DBMS: Microsoft SQL Server (no ver.)

Case sensitivity: plain=mixed, delimited=exact

08S01\] 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:"The server selected protocol version TLS10 is not accepted by client preferences \[TLS13, TLS12\]"。 ClientConnectionId:845485af-bc0a-4a1c-8d58-f80c0cc9282c The server selected protocol version TLS10 is not accepted by client preferences \[TLS13, TLS12

The following required algorithms might be disabled: SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL. Edit the list of disabled algorithms to include required algorithms. You can try to enable TLSv1 or TLSv1.1 first.

允许TLS1之后报错如下

DBMS: Microsoft SQL Server (ver. 10.50.1600)

Case sensitivity: plain=mixed, delimited=mixed

Driver: Microsoft JDBC Driver 12.2 for SQL Server (ver. 12.2.0.0, JDBC4.2)

Ping: 20 ms

SSL: no

TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum.

最后只需要降低sql server jar 包版本即可


参考

https://blog.csdn.net/2301_78464877/article/details/139197710

相关推荐
Waloo7 天前
SQL Server 2017 EXISTS 关键字 完整用法详解(最全 + 最优写法 + 性能对比)
sql·sql server
l1t13 天前
一个用SQL Sever求解数独的SQL
数据库·sql·sql server·数独·sudoku
用户61354114601614 天前
手把手教你安装 SQLServer2014-x64-CHS附详细文步骤与避坑指南
sql server
xiaoliuliu1234515 天前
SQL Server 2008 SP2 补丁包安装步骤(x64中文版)
sql server
用户61354114601616 天前
SQL Server 2008 SP2 补丁包安装步骤(x64中文版)
sql server
奥尔特星云大使22 天前
使用 Docker 运行 SQL Server 2019
运维·docker·容器·sql server
我科绝伦(Huanhuan Zhou)24 天前
影响SQL Server性能的关键因素深度解析
数据库·sql server
我科绝伦(Huanhuan Zhou)1 个月前
Linux 环境下 SQL Server 自动收缩日志作业创建脚本(Shell 版)
linux·运维·数据库·sql server
wstcl1 个月前
通过EF Core将Sql server数据表移植到MySql
数据库·mysql·sql server·efcore
ManageEngine卓豪1 个月前
SQL Server 审计指南:配置、使用与最佳实践
sql server·日志分析·数据库安全·sql server审计