From 1276f9c8627b9cb853cc2839a719ee811ba8c3c7 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 4 Oct 2012 17:54:58 -0400 Subject: [PATCH] Ebooks: Laurentian's wildcard cert expired, use plain HTTP Rather than frightening people with expired certificate warnings in their browser, just send them to HTTP. Sigh. Signed-off-by: Dan Scott --- tools/ebooks/prep_ebook_records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index ee11a94e7e..f5657eb3e7 100644 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -59,7 +59,7 @@ class Institution(): "org_unit": "105", \ "ebrary_code": "jndlu", \ "gale_code": "sudb78095", \ - "proxy": "https://librweb.laurentian.ca/login?url=", \ + "proxy": "http://librweb.laurentian.ca/login?url=", \ "link_text": "Available online / disponible en ligne", \ "sfx_url": "http://sfx.scholarsportal.info/laurentian", \ "access_note": "Access restricted to users with a valid Laurentian University ID ;" \ -- 2.11.0