Skip to content

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

Description

@Syntax3r

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateIssue that is already reported

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions