Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-03-23 10:16:49 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-23 20:11:13 +0400
commit75face6139b6adebbc6b344897eeddf99b725495 (patch)
tree50efff41f54ce5c20046af3a720f933f663ea4c3 /doc
parent8727e5f2becfa538d0f2f5f48172fd0d1c902546 (diff)
doc: fix TLS cipher names
Diffstat (limited to 'doc')
-rw-r--r--doc/api/tls.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index 4dc8d215ec3..a1fee640d4e 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -95,7 +95,7 @@ The `options` object has these possibilities:
it is recommended that you use this option in conjunction with the
`honorCipherOrder` option described below to prioritize the RC4 algorithm,
since it is a non-CBC cipher. A recommended cipher list follows:
- `ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM`
+ `ECDHE-RSA-AES256-SHA:AES256-SHA:RC4-SHA:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM`
- `honorCipherOrder` :
When choosing a cipher, use the server's preferences instead of the client