Question
SSL Client key & certificate for managed MySql database
Various tutorials state 3 files are needed to connect a MySQL client over SSL:
- CA certificate
- Client certificate
- Client key
(for example in: https://www.digitalocean.com/community/tutorials/how-to-configure-ssl-tls-for-mysql-on-ubuntu-18-04)
In the overview of my DigitalOcean managed database I’m able to download the CA certificate. Do I need the other two files as well?
My problem: on my Mac I’m able to connect over SSL using Table Plus. However on Windows I always get a SSL invalid error (in both Table Plus and MySQL Workbench)
What can I do to connect on Windows? Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×