changeset 38:abf4325d6996

- Short note about non-CBC, without any implicit suggestions
author Andrey Alexeev <andrew@nginx.com>
date Sat, 01 Oct 2011 11:20:24 +0000
parents b33866d80056
children 34dcd26f2894
files xml/en/docs/http/configuring_https_servers.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/configuring_https_servers.xml	Sat Oct 01 11:14:09 2011 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Sat Oct 01 11:20:24 2011 +0000
@@ -26,6 +26,12 @@
 }
 </programlisting>
 
+If you are going to use non-CBC ciphers only, you can put in the following directive:
+
+<programlisting>
+    ssl_ciphers          RC4-SHA;
+</programlisting>
+
 The server certificate is a public entity.
 It is sent to every client that connects to the server.
 The private key is a secure entity and should be stored in a file with