[pkg-lighttpd] r563 - in lighttpd/trunk/debian: . conf-available

Arno Töll atoell-guest at alioth.debian.org
Sun Dec 18 21:18:55 UTC 2011


Author: atoell-guest
Date: 2011-12-18 21:18:55 +0000 (Sun, 18 Dec 2011)
New Revision: 563

Modified:
   lighttpd/trunk/debian/NEWS
   lighttpd/trunk/debian/conf-available/10-ssl.conf
Log:
Use the actual meant configuration key

Modified: lighttpd/trunk/debian/NEWS
===================================================================
--- lighttpd/trunk/debian/NEWS	2011-12-18 20:55:43 UTC (rev 562)
+++ lighttpd/trunk/debian/NEWS	2011-12-18 21:18:55 UTC (rev 563)
@@ -8,7 +8,7 @@
   ciphers (beware: this will break older clients), or pursue clients to use safe
   ciphers where possible at least. To do so, set
 
-  ssl.ciphers =  "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"
+  ssl.cipher-list =  "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"
   ssl.honor-cipher-order = "enable"
 
   in your /etc/lighttpd/conf-available/10-ssl.conf file or on any SSL enabled

Modified: lighttpd/trunk/debian/conf-available/10-ssl.conf
===================================================================
--- lighttpd/trunk/debian/conf-available/10-ssl.conf	2011-12-18 20:55:43 UTC (rev 562)
+++ lighttpd/trunk/debian/conf-available/10-ssl.conf	2011-12-18 21:18:55 UTC (rev 563)
@@ -4,6 +4,6 @@
 	ssl.engine  = "enable"
 	ssl.pemfile = "/etc/lighttpd/server.pem"
 
-	ssl.ciphers = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"
+	ssl.cipher-list = "ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM"
 	ssl.honor-cipher-order = "enable"
 }




More information about the pkg-lighttpd-maintainers mailing list