无法添加sqlserver数据库

数据库版本:Microsoft SQL Server 2014 - 12.0.2000.8 (X64) Feb 20 2014 20:04:26 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.3 (Build 19043: )

错误提示:“Encrypt”属性设置为"false"且“trustServerCertifcate”属性设置为“false”,但驱动程序无法使用安全套 接字层(SSL)加密与 SQLServer 建立安全连接:错误:(protocol_version) Theserver selected protocol version TLS10 is not accepted by client preferences |TLS13,TLS12]。ClientConnectionld:5cccd212 9e

I’m not getting a translation for your post, but it looks like you’re having trouble connecting to a SQL Server 2014 server. You need to patch SQL Server to bring it up to modern TLS requirements. Information here:

It’s also time to upgrade that old Windows Server 2012 R2 install, it’s long out of support.

上面提问题和我的问题是一样一样的,只不过我连接的是SQL Server2016的,这应该和版本没啥关系,应该是和部署的方式有关,Docker部署的就可以连接,但是用JAR包部署的就是不行。。。。。这几天一直都在研究,感谢Dwhitemv一直的探索和回复