From: Dan Scott Date: Thu, 4 Oct 2012 21:54:58 +0000 (-0400) Subject: Ebooks: Laurentian's wildcard cert expired, use plain HTTP X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ff3e5436f9a4112981bf5771eeeeb2b48805b931;p=contrib%2FConifer.git 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 --- 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 ;" \