Hi,
I am trying figure out how to set up TLS encrypted communication with azure sql database. I am using MSSQL data source whitch work just fine with false TLS encryption option.
My grafana runs on azure VM and use https behind reverse proxy. But my guess is that it is not issue for someone who wants catch communications between VM and sql server.
Is there any suggestion how to set up secure communication with sql server?
> TLS Handshake failed: x509: certificate is valid for *.tr39.northeurope1-a.worker.database.windows.net, *.hs1.tr39.northeurope1-a.worker.database.windows.net, *.hs2.tr39.northeurope1-a.worker.database.windows.net, *.hs3.tr39.northeurope1-a.worker.database.windows.net, tr39.northeurope1-a.worker.database.windows.net, not m*********database.windows.net
Thank you for any help