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' +