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

Disable SSL verification #25

Closed
mehyedes opened this issue Feb 28, 2020 · 3 comments · Fixed by #26
Closed

Disable SSL verification #25

mehyedes opened this issue Feb 28, 2020 · 3 comments · Fixed by #26

Comments

@mehyedes
Copy link

mehyedes commented Feb 28, 2020

I think it would be useful to have to possibility to disable SSL verification using an argument like --disable-ssl-verification for on-premise Grafana installations.

@xanmanning
Copy link
Contributor

xanmanning commented Mar 5, 2020

I second a desire for --disable-ssl-verification as dashboards may be displayed on Raspberry Pis hooked up to a TV without a mouse and keyboard, so ignoring self-signed certificates is rather difficult.

xanmanning added a commit to xanmanning/grafana-kiosk that referenced this issue Mar 6, 2020
Fixes grafana#25

The flag `-ignore-certificate-errors` has been added which will ignore
issues with SSL/TLS certificates (such as self-signed and expired
certs).

This will only work on anonymous and local login types as invalid
certificates for grafana.com should never be ignored.
@xanmanning
Copy link
Contributor

I have created PR #26 to address this. From my testing this appears to work.

@mehyedes
Copy link
Author

mehyedes commented Mar 9, 2020

Thanks @xanmanning !
I will try to test this.

briangann pushed a commit that referenced this issue May 16, 2020
Fixes #25

The flag `-ignore-certificate-errors` has been added which will ignore
issues with SSL/TLS certificates (such as self-signed and expired
certs).

This will only work on anonymous and local login types as invalid
certificates for grafana.com should never be ignored.
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

Successfully merging a pull request may close this issue.

2 participants