comparison 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
comparison
equal deleted inserted replaced
45:1b817ada6ea3 46:f13ce54a5909
87 87
88 ssl on; 88 ssl on;
89 ssl_certificate www.nginx.com.crt; 89 ssl_certificate www.nginx.com.crt;
90 ssl_certificate_key www.nginx.com.key; 90 ssl_certificate_key www.nginx.com.key;
91 ssl_protocols SSLv3 TLSv1; 91 ssl_protocols SSLv3 TLSv1;
92 ssl_ciphers HIGH:!ADH:!MD5; 92 ssl_ciphers HIGH:!aNULL:!MD5;
93 ... 93 ...
94 </programlisting> 94 </programlisting>
95 </para> 95 </para>
96 96
97 </section> 97 </section>