MySql SSL红色警告问题

Wed Apr 29 11:42:58 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 -- SSL警告问题Establishing SSL connection without server's identity verification is not recomm

需要在数据库连接上加上 useSSL= false

相关文章:

  • 2021-06-06
  • 2021-12-13
  • 2021-05-31
  • 2022-02-18
  • 2021-05-22
  • 2021-07-12
猜你喜欢
  • 2021-10-22
  • 2021-07-11
  • 2022-02-26
  • 2022-12-23
  • 2021-07-13
相关资源
相似解决方案