Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
356 stars 133 forks source link

fix health check for self-signed certificates #224

Closed thatso closed 1 year ago

thatso commented 1 year ago

Do not fail health check with self-signed certificates. Resolves #156 by adding the real URL to additionally ignore besides localhost.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mpfz0r commented 1 year ago

Already fixed with #160 Thank you anyway :handshake:

thatso commented 1 year ago

Please check again: your mentioned fix is more than one year old and does not include my recent change. Running the current docker container gives me a state of unhealthy without my patch because it does not fall back to localhost but instead silently fails at the real URL.