HTTPS calls into SDC

Open SDC in a tab with https.

Issue-ID: OJSI-97
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I63b3d74d54c990ddb21feb15a413055d0bcbd342
diff --git a/ecomp-portal-FE-common/client/app/views/header/header.controller.js b/ecomp-portal-FE-common/client/app/views/header/header.controller.js
index e464048..5950f87 100644
--- a/ecomp-portal-FE-common/client/app/views/header/header.controller.js
+++ b/ecomp-portal-FE-common/client/app/views/header/header.controller.js
@@ -256,7 +256,7 @@
                     return;
                 }
                 if (!ECOMP_URL_REGEX.test(url)) {
-                    url = 'http://' + url;
+                    url = 'https://' + url;
                 }
 
                 if(headerText.startsWith("vUSP")) {