Using SSL certificates with the SQL Database Connector

Hello, I’m trying to set up a connection in the SQL Database Connector to a MySQL database using SSL and I can’t figure out how to set the SSL Certificates up for the connection.

Every other MySQL client I use has a place to put in the CA Certificate, Client Certification and Client Private Key, but there are no instructions on how to do that for the SQL Database Connector. It just says to refer to the “database vendor’s documentation” in the plugin instructions…but the MySQL database doesn’t use the connection string format that this plugin does. So, that’s no help.

Does anyone know how to set up the certificates?

Thanks!

Hi, did anyone find a solution?

** connect to Amazon RDS
mysql://user:password@xxxx.ap-northeast-1.rds.amazonaws.com:port/schema?ssl={https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem}

“Unknown SSL profile” error occurred when configured as above.
Unknown_ssl_profile_error

Give me a hand with this, will you? Thanks.