Open
Description
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)
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)
what's the possible setting to connect kongdash with kong running over ssl?