We are planning to connect to MySQL DataSource from Grafana using SSL but we are facing few challenges.
Just wanted to confirm if the SSL Connection is supported in Grafana for MySQL Datasource
I do see some settings in configuration file
For “postgres”, use either “disable”, “require” or “verify-full”
For “mysql”, use either “true”, “false”, or “skip-verify”.
ssl_mode = true
I hope this is related to the Internal DB if i am not wrong.
Need help on this