https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18714
--- Comment #2 from Nick Clemens <[email protected]> --- This wa related to a proxy rule to forward all http to https, we just needed to limit it to koha urls. We changed: http-response replace-value Location ^http://(.*) https://\1 if { ssl_fc } To: http-response replace-value Location ^http://(.*)/cgi-bin/koha/(.*) https://\1/cgi-bin/koha/\2 if { ssl_fc } -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
