From 4c626d6943e95d21f8008c9139438d87127ecf2f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Javier=20Garc=C3=ADa?= <javier.garcial.external@atos.net>
Date: Tue, 12 May 2015 12:37:32 +0200
Subject: [PATCH] URLs to Service Directory and SLA Collector changed to HTTPS
 version

---
 myslice/settings.py        | 2 +-
 portal/servicedirectory.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/myslice/settings.py b/myslice/settings.py
index 04d96e67..262ad065 100644
--- a/myslice/settings.py
+++ b/myslice/settings.py
@@ -362,7 +362,7 @@ CSRF_FAILURE_VIEW = 'manifoldapi.manifoldproxy.csrf_failure'
 
 ####SLA#####
 
-SLA_COLLECTOR_URL = "http://157.193.215.125:4001/sla-collector/sla"
+SLA_COLLECTOR_URL = "https://157.193.215.125:4001/sla-collector/sla"
 SLA_COLLECTOR_USER = "portal"
 SLA_COLLECTOR_PASSWORD = "password"
 
diff --git a/portal/servicedirectory.py b/portal/servicedirectory.py
index ad4967d7..eab0cd0d 100644
--- a/portal/servicedirectory.py
+++ b/portal/servicedirectory.py
@@ -18,7 +18,7 @@ import json
 
 class ServiceDirectoryView (LoginRequiredAutoLogoutView, ThemeView):
     template_name = 'servicedirectory.html'
-    server_url = "http://157.193.215.125:4001/service-directory/"
+    server_url = "https://157.193.215.125:4001/service-directory/"
         
     # expose this so we can mention the backend URL on the welcome page
     def default_env (self):
-- 
2.47.0