From aa2dbe64d61d3f42cfb3365f11c35211a858117f Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sat, 28 Feb 2015 07:54:21 -0500 Subject: [PATCH] Sadly, GALILEO/EBSCO does not use HTTPS, so this will create errors for patrons who authenticate via PINES. Reverting to HTTP. --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 72fff1d97b..5f09473848 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -542,7 +542,7 @@ sub load_galileo { ); return $self->generic_redirect( - "https://www.galileo.usg.edu/express?pinesid=$token"); + "http://www.galileo.usg.edu/express?pinesid=$token"); } -- 2.11.0