ection adder/WARN] []: Thu Feb 13 23:08:34 CST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 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 with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
服务器一直在刷这条玩意我想问问怎么关闭
服务器一直在刷这条玩意我想问问怎么关闭
在mysql连接字符串url中加入ssl=true或者false即可,如下所示。
url=jdbc:mysql://127.0.0.1:3306/framework?characterEncoding=utf8&useSSL=true
url=jdbc:mysql://127.0.0.1:3306/framework?characterEncoding=utf8&useSSL=true
没有问题理他干嘛。。。
你的哪个插件使用了数据库 config都看一下
关闭useSSL选项
关闭useSSL选项
世予予 发表于 2020-2-14 07:55
你的哪个插件使用了数据库 config都看一下
关闭useSSL选项
使用数据库的插件都关了
但是还是会提示就是找不到是哪个插件的
有些数据库不带有usessl选项的
baoziEOVE 发表于 2020-2-13 23:22
在mysql连接字符串url中加入ssl=true或者false即可,如下所示。
url=jdbc:mysql://127.0.0.1:3306/framewo ...
好像没有这样的链接
需要通过设置useSSL=false显式禁用SSL,或者设置useSSL=true
wc70 发表于 2020-2-14 15:02
需要通过设置useSSL=false显式禁用SSL,或者设置useSSL=true
我没有使用usessl来进行保存
我使用的是数据库mySQL
我现在想解决这个提示是哪个插件里面的