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
MySQL 8.0 doesn't work with TLS by default if not new plugin transmits password clear text
Either use TLS
Request public key of the server (not enable by default, MIM attack)
Try and connect, if get cert error message, handle, reconnect (hackish, pain to maintain)
caching SHA2 plugin
if make connection over TLS cache on server
Options:
Enable TLS by default
** how to roll out without breaking?
** compile time option?
** dev release?