From: Javier GarcĂ­a Date: Tue, 12 May 2015 10:37:32 +0000 (+0200) Subject: URLs to Service Directory and SLA Collector changed to HTTPS version X-Git-Tag: myslice-1.4~3^2~1 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=4c626d6943e95d21f8008c9139438d87127ecf2f URLs to Service Directory and SLA Collector changed to HTTPS version --- 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):