Please add useSSL=false in the mysql8 connection
Closed this issue · 4 comments
Please add useSSL=false in the mysql8 connection.
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 used mysql8 and set the authentication method to be compatible with mysql5, but the console still warned me.
It seems that need a url like this: jdbc:mysql://...?useSSL=false
There is a sectionin the wiki covering this.
Look at the storage error page forthe one you have
There is a sectionin the wiki covering this.
Look at the storage error page forthe one you have
Sorry, I didn't find it. Can you give me a URL?
Step to step guide how to get your information on the LP Wiki:
- Open the wiki (click "Wiki) in the navigation bar, if you can't find it, use the search function of your browser
- Search "error" (The page is called "Storage system errors", but no gurantee) in the sidebar, if you can't find it, do the same as in step 1
- Search "useSSL" on the page, if you can't find it, do the same as in step 1