Skip to content

Connecting to MySQL 8.0 requires non-default settings #264

@CaptTofu

Description

@CaptTofu

Problems:

  • 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions