diff xml/en/docs/http/configuring_https_servers.xml @ 37:b33866d80056

- Marketing data fixed to reflect latest September Netcraft survey - SSL docs fixed to have correct !aNULL instead of !ADH
author Andrey Alexeev <andrew@nginx.com>
date Sat, 01 Oct 2011 11:14:09 +0000
parents 61e04fc01027
children abf4325d6996
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Sat Oct 01 06:04:33 2011 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Sat Oct 01 11:14:09 2011 +0000
@@ -21,7 +21,7 @@
     ssl_certificate      www.nginx.com.crt;
     ssl_certificate_key  www.nginx.com.key;
     ssl_protocols        SSLv3 TLSv1;
-    ssl_ciphers          HIGH:!ADH:!MD5;
+    ssl_ciphers          HIGH:!aNULL:!MD5;
     ...
 }
 </programlisting>