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

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18714

--- Comment #2 from Nick Clemens  ---
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
Koha-bugs@lists.koha-community.org
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/


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

2017-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18714

Nick Clemens  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #1 from Nick Clemens  ---
This was an error in proxy configuration and not Koha related

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/