From 462534608ff50b2b75de2cb6bf94ddb990e194a7 Mon Sep 17 00:00:00 2001 From: Bridget Almas Date: Sat, 16 Sep 2017 09:33:53 -0400 Subject: [PATCH] switch to ssl for perseids --- app/static/configs/root_files/jmh.json | 4 ++-- app/static/configs/root_files/perseids.json | 10 +++++----- .../configs/root_files/perseids_hidden_review.json | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/static/configs/root_files/jmh.json b/app/static/configs/root_files/jmh.json index fb38b4064..93f00d7e0 100644 --- a/app/static/configs/root_files/jmh.json +++ b/app/static/configs/root_files/jmh.json @@ -1,7 +1,7 @@ { "main" : { "@include" : "static/configs/layouts/perseids.json", - "auxConfPath": "http://www.perseids.org/tools/arethusa-configs", + "auxConfPath": "https://www.perseids.org/tools/arethusa-configs", "retrievers" : { "TreebankRetriever" : { "resource" : "jmhGh", @@ -87,7 +87,7 @@ "relocateHandler" : { "staging" : { - "baseUrl" : "http://www.perseids.org/tools/arethusa-staging/app/#" + "baseUrl" : "https://www.perseids.org/tools/arethusa-staging/app/#" } }, diff --git a/app/static/configs/root_files/perseids.json b/app/static/configs/root_files/perseids.json index fe8d195fc..ab3651f2f 100644 --- a/app/static/configs/root_files/perseids.json +++ b/app/static/configs/root_files/perseids.json @@ -1,7 +1,7 @@ { "main" : { "@include" : "static/configs/layouts/perseids.json", - "auxConfPath": "http://www.perseids.org/tools/arethusa-configs", + "auxConfPath": "https://www.perseids.org/tools/arethusa-configs", "retrievers" : { "TreebankRetriever" : { "resource" : "perseidsResource", @@ -29,7 +29,7 @@ }, "auths": { - "@include" : "static/configs/auths/perseids.json" + "@include" : "static/configs/auths/perseids_ssl.json" }, "navbar" : { @@ -40,7 +40,7 @@ }, "resources" : { - "@include" : "static/configs/resources/perseids.json" + "@include" : "static/configs/resources/perseids_ssl.json" }, "plugins" : { @@ -130,11 +130,11 @@ }, "exitHandler" : { - "@include" : "static/configs/exit_handler/perseids.json" + "@include" : "static/configs/exit_handler/perseids_ssl.json" }, "relocateHandler" : { "staging" : { - "baseUrl" : "http://www.perseids.org/tools/arethusa-staging/app/#" + "baseUrl" : "https://www.perseids.org/tools/arethusa-staging/app/#" } }, diff --git a/app/static/configs/root_files/perseids_hidden_review.json b/app/static/configs/root_files/perseids_hidden_review.json index 6151ab3ce..dcf8a49ae 100644 --- a/app/static/configs/root_files/perseids_hidden_review.json +++ b/app/static/configs/root_files/perseids_hidden_review.json @@ -1,7 +1,7 @@ { "main" : { "@include" : "static/configs/layouts/perseids.json", - "auxConfPath": "http://www.perseids.org/tools/arethusa-configs", + "auxConfPath": "https://www.perseids.org/tools/arethusa-configs", "retrievers" : { "TreebankRetriever" : { "resource" : "perseidsResource", @@ -29,7 +29,7 @@ }, "auths": { - "@include" : "static/configs/auths/perseids.json" + "@include" : "static/configs/auths/perseids_ssl.json" }, "navbar" : { @@ -41,13 +41,13 @@ "resources" : { "perseidsReviewResource" : { - "route" : "http://sosol.perseids.org/sosol/dmm_api/item/TreebankCite/:gold", + "route" : "https://sosol.perseids.org/sosol/dmm_api/item/TreebankCite/:gold", "params" : [ "gold" ], "auth": "perseidsAuth" }, - "@include" : "static/configs/resources/perseids.json" + "@include" : "static/configs/resources/perseids_ssl.json" }, "plugins" : { @@ -137,7 +137,7 @@ }, "exitHandler" : { - "@include" : "static/configs/exit_handler/perseids.json" + "@include" : "static/configs/exit_handler/perseids_ssl.json" }, "keyCapture" : {