Not able to connect to ssl kong admin from konga
See original GitHub issueDear 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:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Related StackOverflow Question
Try setting NODE_TLS_REJECT_UNAUTHORIZED = “0” As env variable when running konga
Do you have a trailing / on your connection url?