Hi there,
According to Add authentication for data source plugins | Grafana Labs, I add a data source proxy for my plugin, for example
"routes": [
{
"path": "example",
"url": "https://api.example.com"
}
]
But I got error when the target url is a server with self-signed certificate, how can I config to skip tls verification on this condition?