Details
Assignee
Michael OffnerMichael OffnerReporter
Tim BuglerTim BuglerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Critical
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Tim Bugler
Tim BuglerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 31 July 2018 at 01:48
Updated 7 August 2018 at 13:24
Lucee admin needs the functionailty to set useSSL to false for mySQL connections.
IYou can create the database connection in Lucee, but it won't verify and you can't connect to the database via DSN unless you create a connection string in application.cfc.
Error in lucee-stderr.log
Mon Jul 30 21:25:27 EDT 2018 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.