Yoodi
  1. 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.
复制代码
两个连接数据库的插件,都强制启用了useSSL,请问在哪里修改!

lian123456
在设置MySQL的地方会有usessl=true设置

a1294790523
你用的是什么插件?
看看这个:https://blog.csdn.net/liuguangsh/article/details/72518244

Yoodi
lian123456 发表于 2019-7-18 06:23
**** 作者被禁止或删除 内容自动屏蔽 ****

luckperms 没有这个项目
需要修改源码重新编译吗

Savior-阡陌
a1294790523 发表于 2019-7-18 03:34
你用的是什么插件?
看看这个:https://blog.csdn.net/liuguangsh/article/details/72518244 ...

字符串的位置在哪  您知道吗?谢谢