https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19799 --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We've also tested this line, but only with https: RequestHeader set X_FORWARDED_PROTO "https" env=HTTPS Maybe this could be a general solution? https://httpd.apache.org/docs/2.4/mod/mod_headers.html#requestheader The RequestHeader directive may be followed by an additional argument, which may be any of: early Specifies early processing. env=[!]varname The directive is applied if and only if the environment variable varname exists. A ! in front of varname reverses the test, so the directive applies only if varname is unset. -- You are receiving this mail because: You are watching all bug changes.