zkui ignores the X-Forwarded-For header which is sent by the proxy to indicate the client hostname and protocol, resulting in a redirect to an http: protocol instead of https:
By adding the org.eclipse.jetty.server.ForwardedRequestCustomizer to the http_config this is resolved.
It is enabled by adding:
X-Forwarded-For=true
to the config.cfg.
By default it is set to false, to preserve backward compatibility.
zkui ignores the X-Forwarded-For header which is sent by the proxy to indicate the client hostname and protocol, resulting in a redirect to an http: protocol instead of https:
By adding the org.eclipse.jetty.server.ForwardedRequestCustomizer to the http_config this is resolved.
It is enabled by adding:
to the config.cfg.
By default it is set to false, to preserve backward compatibility.