How to skip TLS verification for plugins using data source proxy

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?

Does it work if you enable Skip TLS Verify in the data source settings?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.