3 Aug
2022
3 Aug
'22
3:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18714 --- Comment #2 from Nick Clemens <nick@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.