From 88f4b70c97ede2096ca2a395220ff3823f78bde2 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 15 Apr 2013 11:26:32 +0200 Subject: [PATCH] Use https to retrieve the CSS --- root/etc/e-smith/templates/etc/callback/callback.conf/All | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/callback/callback.conf/All b/root/etc/e-smith/templates/etc/callback/callback.conf/All index 90af0b5..ef31b88 100644 --- a/root/etc/e-smith/templates/etc/callback/callback.conf/All +++ b/root/etc/e-smith/templates/etc/callback/callback.conf/All @@ -3,6 +3,6 @@ $port = "{$callback{'Port'} || '5038';}"; $user = "{$callback{'User'} || 'callback';}"; $secret = "{$callback{'Secret'} || 'secret';}"; $defaultcid = "{$callback{'CallerID'} || ''}"; -$webhost = "http://{$SystemName.'.'.$DomainName}"; +$webhost = "https://{$SystemName.'.'.$DomainName}"; 1