summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-03-12 00:52:12 -0500
committerChris Buechler <cmb@pfsense.org>2015-03-12 00:53:23 -0500
commit38b3fab701581186df5ff7aeff22c4e437c4c6a0 (patch)
tree2713dc8b83d841bc29edec78f54c40e63f3de4ef
parent74c749be3af256d3c7f4108fb9ce1077d6f71d3a (diff)
downloadpfsense-38b3fab701581186df5ff7aeff22c4e437c4c6a0.zip
pfsense-38b3fab701581186df5ff7aeff22c4e437c4c6a0.tar.gz
use-compression is no longer a valid config option in lighttpd, it can't be enabled. This just throws an error in the log, remove it.
-rw-r--r--etc/inc/system.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index e90a90d..06e7bbe 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1344,9 +1344,6 @@ EOD;
// where ssl.cipher-list is set, this is automatically enabled, but set it explicitly anyway.
$lighty_config .= "ssl.honor-cipher-order = \"enable\"\n";
- // Explicit disable compression to mitigate CRIME attack
- $lighty_config .= "ssl.use-compression = \"disable\"\n";
-
$lighty_config .= "ssl.cipher-list = \"AES128+EECDH:AES256+EECDH:AES128+EDH:AES256+EDH:AES128-SHA:AES256-SHA:!aNULL:!eNULL:!DSS\"\n";
if(!(empty($ca) || (strlen(trim($ca)) == 0)))
OpenPOWER on IntegriCloud