"skip TLS verify" option in our Frontend plugin

Hi Grafana Team Support,

We’re looking to enable the “skip TLS verify” option in our plugin. However, when we pass the parameter skipTLSVerify as true in the BackendSrvRequest to make requests, it does not behave as expected. Could you please provide guidance on how this feature works? Also, we’d like to understand if it’s possible to skip TLS verification via proxy authentication.

Thank you for your assistance.

Hi @sarathsr

how are you doing requests in your plugin? Are you directly fetching from an url (via the browser) or are you using the data proxy?

Hi @academo
We are using data proxy for authentication.