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

相关推荐
ClouGence11 天前
SQL Server CDC 能放到 Always On 备库读吗?一文讲透原理与实践
数据库·sql server
Daydream.V2 个月前
SQL Server 超详细入门教程
sql·sql server
betazhou2 个月前
SQL server 2017镜像库主从同步架构部署
架构·sql server·高可用·主从同步·镜像库
betazhou2 个月前
SQL server数据库镜像同步技术
数据库·sql server·高可用·数据库镜像
码农刚子2 个月前
.NET 8 Web开发入门(四):注入燃料——Entity Framework Core 与 Code First 实战
数据库·orm·sql server
CSharp精选营2 个月前
.NET 8 Web开发入门(四):注入燃料——Entity Framework Core 与 Code First 实战
orm·sql server·数据库迁移·ef core·entity framework core·crud操作·code first
陳錄生3 个月前
Emacs 读sql server数据库(数据cp936)中文乱码问题。
python·emacs·sql server
zxy28472253013 个月前
今年第二次碰上客户服务器操作系统废了-记一次sql server数据库恢复的过程
sql server·数据库备份·恢复·数据库恢复·数据库文件
绩隐金3 个月前
SQL Server 性能优化实战(第一期):索引——查询加速的基石
sql server
小猿姐3 个月前
# KubeBlocks for MSSQL 高可用实现
数据库·架构·sql server