We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9e1fe commit 38be108Copy full SHA for 38be108
assets/runtime/functions
@@ -1855,7 +1855,7 @@ generate_healthcheck_script() {
1855
# configure healthcheck script
1856
## https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html
1857
local HEALTHCHECK_PROTOCOL="http"
1858
- if [[ "${GITLAB_HTTPS}" == true ]]; then
+ if [[ "${GITLAB_HTTPS}" == true && "${SSL_SELF_SIGNED}" == false ]]; then
1859
HEALTHCHECK_PROTOCOL="${HEALTHCHECK_PROTOCOL}s"
1860
fi
1861
cat > /usr/local/sbin/healthcheck <<EOF
0 commit comments