Not able to connect to ssl kong admin from konga

See original GitHub issue

Dear team,

We have setup kong admin over ssl (self signed certificate) and admin is running fine. But when are giving https://localhost:8001 url in konga getting below issue. Please help to close the issue. We have installed konga in docker, also mounted client cert/keys in /etc/ssl/certs path of the container. at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38) code: ‘DEPTH_ZERO_SELF_SIGNED_CERT’ } } debug: Policy:dynamicNode connection-id is defined. debug: KongProxyController:req.method GET debug: KongProxyController:req.url ?connection_id=5 debug: KongProxyController:entity null error: KongProxyController request error undefined error: Sending 500 (“Server Error”) response: { error: { Error: self signed certificate at TLSSocket.<anonymous> (_tls_wrap.js:1105:38) at emitNone (events.js:106:13) at TLSSocket.emit (events.js:208:7) at TLSSocket._finishInit (_tls_wrap.js:639:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:469:38) code: ‘DEPTH_ZERO_SELF_SIGNED_CERT’ } }

Regards, Ayan

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

19reactions
pantselcommented, Jul 27, 2018

Try setting NODE_TLS_REJECT_UNAUTHORIZED = “0” As env variable when running konga

1reaction
pantselcommented, Jul 27, 2018

Do you have a trailing / on your connection url?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to setup Kong to serve an SSL certificate for API requests?
How can Kong be configured to use a different certificate for API requests? ANSWER. The installation of Kong provides default SSL certificates for...
Read more >
Setup (Kong + Konga) as API Gateway - DEV Community ‍ ‍
Welcome! You are about to start on a journey about and how to setup kong as an API Gateway for your infrastructure. In...
Read more >
pantsel-konga/Lobby - Gitter
Hi @pantsel, I am trying to add connection in konga for kong api gateway ... I can access to konga UI. but I...
Read more >
Kong API Gateway SSL/TLS Certificates - Stack Overflow
It's not a bug, i figured it out, Kong needs ca-bundle ... At the end i just used Kong Admin API to upload...
Read more >
Component Settings - Gluu Gateway 4.0 Docs
Konga and Gluu Gateway service start application with production environment. ... Use kong.conf for setup ssl certs for Kong Proxy and Kong Admin...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found