From 9224872c5cb7f6880a35cf6c60f40389924616d3 Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 4 Feb 2020 11:24:59 +0100 Subject: [PATCH] Update main.inc.php --- install/debian/10/roundcube/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/10/roundcube/main.inc.php b/install/debian/10/roundcube/main.inc.php index 97cdbf2df..55a4e082e 100644 --- a/install/debian/10/roundcube/main.inc.php +++ b/install/debian/10/roundcube/main.inc.php @@ -209,7 +209,7 @@ $rcmail_config['message_cache_lifetime'] = '10d'; // enforce connections over https // with this option enabled, all non-secure connections will be redirected. // set the port for the ssl connection as value of this option if it differs from the default 443 -$rcmail_config['force_https'] = false; +$rcmail_config['force_https'] = true; // tell PHP that it should work as under secure connection // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set)