diff xml/en/docs/http/configuring_https_servers.xml @ 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 662995d3e647
children 9d544687d02c
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>