comparison xml/en/docs/http/configuring_https_servers.xml @ 42:79e9dff80d25

Rolling back r39.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 11:00:45 +0000
parents abf4325d6996
children 662995d3e647
comparison
equal deleted inserted replaced
41:425f0b4acecc 42:79e9dff80d25
22 ssl_certificate_key www.nginx.com.key; 22 ssl_certificate_key www.nginx.com.key;
23 ssl_protocols SSLv3 TLSv1; 23 ssl_protocols SSLv3 TLSv1;
24 ssl_ciphers HIGH:!aNULL:!MD5; 24 ssl_ciphers HIGH:!aNULL:!MD5;
25 ... 25 ...
26 } 26 }
27 </programlisting>
28
29 If you are going to use non-CBC ciphers only, you can put in the following directive:
30
31 <programlisting>
32 ssl_ciphers RC4-SHA;
33 </programlisting> 27 </programlisting>
34 28
35 The server certificate is a public entity. 29 The server certificate is a public entity.
36 It is sent to every client that connects to the server. 30 It is sent to every client that connects to the server.
37 The private key is a secure entity and should be stored in a file with 31 The private key is a secure entity and should be stored in a file with