core/certmanager.lua
changeset 5907 9586979058b8
parent 5902 c11c0761a682
child 5908 081a91507e4f
child 5915 e6fed1d80116
--- a/core/certmanager.lua	Sun Nov 10 16:43:10 2013 +0000
+++ b/core/certmanager.lua	Sun Nov 10 18:46:48 2013 +0000
@@ -70,7 +70,7 @@
 		options = user_ssl_config.options or default_options;
 		depth = user_ssl_config.depth;
 		curve = user_ssl_config.curve or "secp384r1";
-		ciphers = user_ssl_config.ciphers or "HIGH:!DSS:!aNULL@STRENGTH";
+		ciphers = user_ssl_config.ciphers or "HIGH+kEDH:HIGH+kEECDH:HIGH+kRSA:!DSS:!3DES:!aNULL";
 		dhparam = user_ssl_config.dhparam;
 	};