From 7785aeefccb2154dfdcc5cc32a0b69cb725e3002 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 8 Apr 2014 21:02:19 +0200 Subject: [PATCH] Try to fix login for elections in stg --- roles/elections/templates/fedora-elections.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/elections/templates/fedora-elections.cfg b/roles/elections/templates/fedora-elections.cfg index 42556cc148..238ec2a3a9 100644 --- a/roles/elections/templates/fedora-elections.cfg +++ b/roles/elections/templates/fedora-elections.cfg @@ -27,3 +27,7 @@ FAS_PASSWORD = '{{ fedorathirdpartyPassword }}' ## This should be ``True`` but should be changed to ``False`` if the FAS server ## used does not have a valid SSL certificate. FAS_CHECK_CERT = True + +# This is required to fix login +PREFERRED_URL_SCHEME='https' +