【发布时间】:2016-10-28 13:21:28
【问题描述】:
当我制作 liquibase 的差异时,我收到一条关于 SSL 连接的消息(见下文)
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. Jan 04, 2016 11:46:29 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh
但我已经使用&useSSL=false 更改了 JHipster 文件(在开发和产品中)上的每个 MySQL 连接属性文件。但仍然有错误。
有人知道我是否需要更新另一个文件吗?
我使用的是最新版本的 JHipster (3.10.0)。
感谢您的帮助!
【问题讨论】:
标签: java mysql liquibase jhipster