Hello,
Previously, I had a MySQL database hosted on FreeMySQLhosting, which I connected to my google app script website. FreeMySQLhosting seemingly shut down, so I am just trying to do the same thing with a new MySQL database host. Aiven seems to require an SSL. I think I have the code correct for connecting to the database from the website, but I have no idea what the three certificates parameters should be (_serverSslCertificate, _clientSslCertificate, _clientSslKey). What are these? How do I get them? Is there any way to avoid SSL (this is just a dev/testing project that doesn’t require security)? Any help would be greatly appreciated!