Hi Tim Zuspan • ,
Welcome to Microsoft Q&A forum and thanks for using Azure Services.
As I understand, you want to know how to disable SSL on Azure MySQL Flexible Server.
If your client application doesn't support encrypted connections, you need to disable encrypted connections enforcement on your flexible server. To disable encrypted connections enforcement, you need to set require_secure_transport server parameter to OFF as shown in the screenshot, and save the server parameter configuration for it to take effect. require_secure_transport is a dynamic server parameter which takes effect immediately and doesn't require server restart to take effect.
Please share screenshot of the page where you could not find the settings to disable.
Thanks