comparison xml/en/docs/http/configuring_https_servers.xml @ 98:a10bc0cb0a6a

Whitespace cleanup.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 18 Oct 2011 07:52:47 +0000
parents bd9f103036a0
children 49443032011c
comparison
equal deleted inserted replaced
97:5533b2bb34e5 98:a10bc0cb0a6a
51 so configuring them explicitly only makes sense for the earlier nginx versions. 51 so configuring them explicitly only makes sense for the earlier nginx versions.
52 </para> 52 </para>
53 53
54 <para> 54 <para>
55 CBC-mode ciphers might be vulnerable to a number of attacks and to 55 CBC-mode ciphers might be vulnerable to a number of attacks and to
56 the BEAST attack in particular (see 56 the BEAST attack in particular (see
57 <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>). 57 <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>).
58 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following: 58 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following:
59 59
60 <programlisting> 60 <programlisting>
61 ssl_ciphers RC4:HIGH:!aNULL:!MD5; 61 ssl_ciphers RC4:HIGH:!aNULL:!MD5;