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?
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?