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

相关推荐
XueminXu10 天前
Hive使用Tez引擎出现OOM的解决方法
hive·oom·tez·datagrip·container·outofmemory
YoungUpUp13 天前
【SQL Server 2022】保姆级SQL Server 详细图文下载安装教程
数据库·sql·sqlserver·sql server·sql server数据库·sql server 2022·sql 数据库
叶甯13 天前
【SqlServer】SqlServer常用日期操作
数据分析·sql server
全栈小514 天前
【数据库】Sql Server数据库中isnull、iif、case when三种方式的使用和空值判断
数据库·sql server
专注VB编程开发20年19 天前
数据库提速-在 VB6 中使用 Claude Code 进行 DAO 到 ADO 迁移,Access转SQL SERVER
前端·数据库·ui·sql server·access
Yn31223 天前
DBeaver连接SQL Server时添加驱动后仍提示找不到驱动的解决方法
sql server·dbeaver
安心落意1 个月前
SQL Server 2019搭建AlwaysOn高可用集群
sql server·数据库集群·数据库高可用·alwayson
全栈小51 个月前
【数据库】使用Sql Server创建索引优化查询速度,一般2万多数据后,通过非索引时间字段排序查询出现超时情况
数据库·sql server·索引·查询优化
nbsaas-boot2 个月前
SQL Server 窗口函数全指南(函数用法与场景)
开发语言·数据库·python·sql·sql server
全栈小52 个月前
【数据库】使用Sql Server将分组后指定字段的行数据转为一个字段显示,并且以逗号隔开每个值,收藏不迷路
数据库·sql server