From 0bada409e4eb948e718534a46264887e6f36b9dc Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 8 Oct 2018 15:50:05 +0100 Subject: [PATCH 1/2] use HTTPS for ACS address --- src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.json b/src/app.config.json index be3d1e444..06ae93d5d 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -1,5 +1,5 @@ { - "ecmHost": "http://{hostname}{:port}", + "ecmHost": "https://{hostname}{:port}", "providers": "ECM", "authType" : "BASIC", "application": { From c374e7295a8d8ac758e2c7aaf3df709f8881b2d0 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 11 Oct 2018 15:23:46 +0100 Subject: [PATCH 2/2] Revert "use HTTPS for ACS address" This reverts commit 0bada409e4eb948e718534a46264887e6f36b9dc. --- src/app.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.json b/src/app.config.json index 06ae93d5d..be3d1e444 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -1,5 +1,5 @@ { - "ecmHost": "https://{hostname}{:port}", + "ecmHost": "http://{hostname}{:port}", "providers": "ECM", "authType" : "BASIC", "application": {