Graylog2 / graylog-docker

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

Make health check ignore certificate. #160

Closed malcyon closed 3 years ago

malcyon commented 3 years ago

If the ssl cert is self-signed, the curl command in health_check.sh fails, causing the instance to appear unhealthy. Since it is hitting http://127.0.0.1/api, I submit that it is perfectly fine to ignore the cert since it is hitting localhost.

Fixes #156