From e6ea4a757452f93d49a80bf1f4fa76c88c3659ff Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 24 Mar 2014 17:16:01 -0700 Subject: ssl ciphers - be liberal in what we accept, conservative in what we generate --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 7f752018c..39fd89e04 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga -#SSLCipherSuite ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH +#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH # don't allow any web access to logfiles, even after rotation/compression -- cgit v1.2.3