Question: msyql secure connection

I am trying to connect to an azure mysql. I am getting this error at startup:

Using connection: default
-------------------------------------------------------------------------------
Waiting for database...
Connection to Mysql could not be established: SQLSTATE[HY000] [3159] Connections using insecure transport are prohibited while --require_secure_transport=ON.
Using connection: default

Since the container gets restarted rather quickly, I cannot exec into it to determine exactly what the connection setup is.

It would be really nice if the logs provided the details of the connection (host, user, etc). Is a setting to increase the log level?

I turned of require_secure_transport on the server, and now I can connect. But really that is not a good setting. Is there some way support secure transport from eramba?

It’s been a while since I played with eramba. I now recall I need tweak a bunch of mysql server settings…

(Yes, yes, I would much rather use SaaS. Hopefully soon.)