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

Kongdash not connect to kong running over ssl (HTTPS,8444 ) #32

Open
Syntax3r opened this issue Oct 29, 2020 · 0 comments
Open

Kongdash not connect to kong running over ssl (HTTPS,8444 ) #32

Syntax3r opened this issue Oct 29, 2020 · 0 comments
Labels
duplicate Issue that is already reported

Comments

@Syntax3r
Copy link

I am running kong 0.12.3 runnig on Configuration admin_listen_ssl = host_ip:8444 , admin_ssl = on and aslo provide the path for ssl certificates. Kong running fine I have checked it by kong health command.

Check by using Curl:
curl -i http://host_ip:8001 (getting 200 response)
curl -i https://host_ip:8444 (getting 200 response)
image

When I connect kongdash using :
http://host_ip:8001 (working perfectly)
https://host_ip:8444 (throw error Could not connect to https://host_ip:8444)
image

what's the possible setting to connect kongdash with kong running over ssl?

@ajaysreedhar ajaysreedhar added the duplicate Issue that is already reported label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue that is already reported
Projects
None yet
Development

No branches or pull requests

2 participants