You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin causes the following error in the log all the time: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 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.
Unfortunalty the plugin doesn't load if one tries to edit the string: jdbc:mysql://localhost/minecraft?useSSL=false
It would be awesome, if you could add an useSSL: false option in the config to stop the console spamming.
Cool plugin btw 👍
The text was updated successfully, but these errors were encountered:
The plugin causes the following error in the log all the time:
Establishing SSL connection without server's identity verification is not recommended. According to MySQL 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.
Unfortunalty the plugin doesn't load if one tries to edit the string: jdbc:mysql://localhost/minecraft?useSSL=false
It would be awesome, if you could add an
useSSL: false
option in the config to stop the console spamming.Cool plugin btw 👍
The text was updated successfully, but these errors were encountered: