[Koha-bugs] [Bug 18714] tracklinks.pl redirects failing under https

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 3 16:32:09 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18714

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
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.


More information about the Koha-bugs mailing list