Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abenbouz opened this issue Dec 10, 2020 · 3 comments
Open

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

abenbouz opened this issue Dec 10, 2020 · 3 comments

Comments

@abenbouz
Copy link

abenbouz commented Dec 10, 2020

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
Copy link
Contributor

derjust commented Mar 3, 2021

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
Copy link

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
Copy link
Contributor

derjust commented Aug 31, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants