如下报错
2023/05/26 10:03:40 WARN: Establishing SSL conncervgr's identity verification is not recommended. According to myySQL 5.5.45+,5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance
false'. You need either to explicitly disable SSL by settin!
useSSL=false,
or set usesSL-true and provide truststore for server certific
icate verification.
2023/05/26 10:03:40-Servlet-ERROR(version 7.1.0.0-12,bunta i trom20r7-05-16 17.18.02 by buildquy) : Unable to connect to repository:
kettle 设置
查看效果
直接修改
<servername/>
<data_tablespace/>
<index_tablespace/>
<attributes>
.....
<attribute><code>EXTRA_OPTION_MYSQL.useSSL</code><attribute>false</attribute></attribute>
.....
</attributes>
</connection>
<repository>
标签:26,set,false,ssl,kettle,SSL,05,carte
From: https://www.cnblogs.com/guanchaoguo/p/17434148.html