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

相关推荐
桦仔16 天前
数据库中查询含有某个emoji表情的行数据
mysql·sql server·emoji
野老杂谈1 个月前
2.2 Oracle与SQL Server简介
数据库·oracle·sql server·数据库管理系统·数据库对比
CN.LG1 个月前
浅谈Sql Server 索引
数据库·sql·sql server·索引
martian6652 个月前
C#程序调用Sql Server存储过程异常处理:调用存储过程后不返回、不抛异常的解决方案
数据库·c#·sql server·存储过程异常
爱编程的喵喵3 个月前
SQL Server 2022从入门到精通
数据库·sql server·入门到精通·优质书籍推荐
.NET快速开发框架3 个月前
玩转数据库索引
oracle·sql server·开发技术·实用数据库技术
ManageEngine卓豪3 个月前
SQL Server 触发器
sql server·sql触发器
岁岁岁平安3 个月前
MySQL—多表查询—外连接
数据库·mysql·外连接·datagrip·多表查询
岁岁岁平安3 个月前
MySQL—多表查询—练习(1)
数据库·mysql·datagrip·多表查询