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

Ignore certificate errors (self-signed certificates) #168

Open
StianOvrevage opened this issue Jun 14, 2018 · 4 comments
Open

Ignore certificate errors (self-signed certificates) #168

StianOvrevage opened this issue Jun 14, 2018 · 4 comments

Comments

@StianOvrevage
Copy link

There are issues when deploying Kong to a Kubernetes cluster which only exposes the Kong API over HTTPS. With a self-signed certificate.

kong-dashboard gives an error when pointed to a Kong API using a self-signed certificate.

I cannot find any information on making kong-dashboard ignore the certificate error and continue.

@phillipsj
Copy link

I am running into the same issue

@fkpwolf
Copy link

fkpwolf commented Oct 18, 2018

Same Issue. I have to turn off HTTPS. If you use Helm to install Kong, use helm install stable/kong --namespace kong --set admin.useTLS=false --set proxy.useTLS=false.

@austince
Copy link

I think newer versions of the Chart use proxy.tls.enabled=false instead: https://hub.kubeapps.com/charts/stable/kong

@F0otsh0T
Copy link

F0otsh0T commented Jun 26, 2019

Is there a way just to have the Dashboard accept or add exception for the Self-Signed Cert?

With Konga, you can set NODE_TLS_REJECT_UNAUTHORIZED to "0"

      env:
      - name: NODE_TLS_REJECT_UNAUTHORIZED
        value: "0"

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

5 participants