升级之后 2.1.6 catalog 链接 sqlserser 2012 一直提示报错 之前都不会

Viewed 30
CREATE CATALOG `jdbc_ehr_sqlserver_pro` PROPERTIES (
"user" = "Query",
"type" = "jdbc",
"password" = "******",
"metadata_refresh_interval_sec" = "20",
"jdbc_url" = "jdbc:sqlserver://192.168.18.182:1433;databaseName=eHR_Base",
"driver_url" = "mssql-jdbc-7.2.2.jre8.jar",
"driver_class" = "com.microsoft.sqlserver.jdbc.SQLServerDriver",
"connection_pool_max_size" = "1000"
);

报错

SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = Test FE Connection to JDBC Failed: Can not connect to jdbc due to error: 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]”。 ClientConnectionId:93ae118c-6fee-4635-876f-7024a71b6fe0, Catalog name: jdbc_ehr_sqlserver_pro
2 Answers