MySQL Error Message
Connections using insecure transport are prohibited while
–require_secure_transport=ON.
Reason for the Error
With the require_secure_transport
system variable, clients can connect only using secure transports.
Qualifying connections are those using SSL, a Unix socket file, or
shared memory.