-
Notifications
You must be signed in to change notification settings - Fork 54
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
handle untrusted https certificates with github enterprise #222
Comments
google/go-github#1439 |
+Update
|
Has anybody found a solution yet? We are also stuck here. Is there any way we can have insecure skip verify flag while setting up data source itself ? |
hi, right now there's no way to disable tls-verification i'll update this issue to be a feature-request. in the meantime, as a workaround, i recommend making the server running grafana trust the https certificate of the github-enterprise-install (this probably involves adding certificates to the server operating system's certificate store). |
info by @gabor : add ways to handle the case where the https certificate of the github instance is not trusted by the server running grafana.. the two options are:
Post "https://corp github url/api/graphql": x509: certificate signed by unknown authority
Hello, I'm trying to use this plugin for github enterprise server, but I'm getting the above error.
I can access the graphql api server using postman, vscode, grafana graphql plugin.
Thank you
The text was updated successfully, but these errors were encountered: