From 524a0140260c2abb65b7d0b19700c49faea0aedf Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Thu, 12 Mar 2015 00:52:12 -0500 Subject: [PATCH] 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. --- etc/inc/system.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 3d032d4f68..1cfdfb59ce 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -1464,9 +1464,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))) {