You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make a request to https consul server it just simply appends http:// before https://, in the logs I can see this INFO[0000] Waiting for consul: Get http://https:%2F%2Fx.x.x.x:8501/v1/status/leader?dc=x_x&token=x-x-x-x: invalid URL port "//x.x.x.x:8501"
Since http is disabled on consul, if I query to http api, I get this response : INFO[0000] Waiting for consul: Unexpected response code: 400 (Client sent an HTTP request to an HTTPS server.)
Desired behavior:
It should be able to query https api endpoint and monitor changes.
The text was updated successfully, but these errors were encountered:
Consul version:
Consul-alerts version:
What's happening:
INFO[0000] Waiting for consul: Get http://https:%2F%2Fx.x.x.x:8501/v1/status/leader?dc=x_x&token=x-x-x-x: invalid URL port "//x.x.x.x:8501"
INFO[0000] Waiting for consul: Unexpected response code: 400 (Client sent an HTTP request to an HTTPS server.)
Desired behavior:
The text was updated successfully, but these errors were encountered: