From: Chris Sharp Date: Sat, 28 Feb 2015 12:54:21 +0000 (-0500) Subject: Sadly, GALILEO/EBSCO does not use HTTPS, so this will create errors for patrons who... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=53558a654a50d5122e0b232a46c7a9c5fd45efe5;p=evergreen%2Fpines.git Sadly, GALILEO/EBSCO does not use HTTPS, so this will create errors for patrons who authenticate via PINES. Reverting to HTTP. --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 48e320e505..d786352a3b 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -524,7 +524,7 @@ sub load_galileo { ); return $self->generic_redirect( - "https://www.galileo.usg.edu/express?pinesid=$token"); + "http://www.galileo.usg.edu/express?pinesid=$token"); }