cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Not able to skip tls check when dealing with https rest #38

Open abenbouz opened 3 years ago

abenbouz commented 3 years ago

Hello Is there a way to skip tls check , in order to be able to deal with https rest witch is using an auto signed certificate With https i'am getting net::ERR_CERT_AUTHORITY_INVALID NB : tls check disabled is already implemented in other plugins Thanks

derjust commented 3 years ago

Hi @abenbouz do you have an example of other plugins not using TLS checks? This plugin runs completely in on the browser/client so there is less flexibility available.

kyrianae commented 1 year ago

I have the same need. For some reason I have to call an api rest on another url than his real one and the certificate doesnt fit. it coulb be a good thing to be able to skip tls check. Skip tls his present on all datasources of grafana I think. It s an ehancement that we can find on many development.

derjust commented 1 year ago

As far as this Plugin goes, it is mostly a browser enforced thing. And to be clear: This plugin intentionally uses the browser to trigger the URL, not the backend (as for what my use case is)