I get a connection failure when I try to connect to my MySQL server in Azure from my app/client, which does not have SSL enabled. The error message is as follows:
SSL connection is required. Please specify SSL options and retry.
Is SSL mandatory when connecting to a MySQL server in Azure? Is there a way I can circumvent this requirement?