changeset 46:f13ce54a5909

Changing !ADH to !aNULL in another example section to conform to modern state.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 13:44:01 +0000
parents 1b817ada6ea3
children 0b218409e2e7
files xml/en/docs/http/configuring_https_servers.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Sun Oct 02 11:35:23 2011 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Sun Oct 02 13:44:01 2011 +0000
@@ -89,7 +89,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>
 </para>