Has anyone been able to successfully connect their App to Digital Ocean’s MySQL managed databases? They use MySql8 and require SSL. I am trying to do so internally from a DigitalOcean droplet and keep getting a 2026 error.
I am using the SSL certificate that Digital Ocean provides with their managed database servers. I am able to connect to it using Workbench from my Mac using the supplied certificate file. I have been unable to get a xojo app running on a ubuntu 18 droplet to connect. I have tried both a 5.7 compatible user and 8 compatible user. Both get a 2026 error. I am running mysql 5.7 on the droplet. Do I need to upgrade that to 8? Is Xojo using libraries from the installed mysql to try to connect? Any suggestions would be greatly appreciated.