Disable SSL with MySQL
DanielRamosAcosta opened this issue ยท 4 comments
I want to disable SSL connection with the database, as I'm running the setup in a dockerized enviroment, but I'm getting this annoying warnings:
[22:20:57 WARN]: Fri Sep 08 22:20:57 UTC 2017 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.
I'have tried adding useSSL: false
over the storage options with no success.
Sorry i forgot to add this option.
I want to disable SSL connection with the database, as I'm running the setup in a dockerized enviroment,
I think this is unrelated to docker and happens to every new MySQL version.
Please notify me when you release the new version with this fixed, thanks!
You could download a dev-build from here: https://ci.xephi.fr/job/ChangeSkin.