I noticed with Postgres there are options for setting https in the connection string, but with MySQL there aren’t. I’m attempting to connect to Planet Scale and https is required. Other than self-hosing and adjusting the connector, does anyone have any advice? Here is the exact error I’m getting when I test the connection (in a MySQL Find):
“ER_UNKNOWN_ERROR: unknown error: Code: UNAVAILABLE\n server does not allow insecure connections, client must use SSL/TLS\n”