|
|
下载了最新版本9.5.1来测试下,在初次运行,配置数据库里(用SQL Server),链接的语句:
jdbc:sqlserver://127.0.0.1:1433;DatabaseName=CMCOA;selectMethod=cursor;sendStringParametersAsUnicode=false;encrypt=true;trustServerCertificate=true
报错内容:
连接失败:“Encrypt”属性设置为“true”且 “trustServerCertificate”属性设置为“true”,但驱动程序无法使用安全套接字层 (SSL) 加密与 SQL Server 建立安全连接:错误:The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]。 ClientConnectionId:ebc00530-7848-45f1-9da3-288abe254a45
|
|