summaryrefslogtreecommitdiff
path: root/doc/api/https.markdown
diff options
context:
space:
mode:
authorkoichik <koichik@improvement.jp>2012-02-25 23:17:05 +0900
committerkoichik <koichik@improvement.jp>2012-02-25 23:17:05 +0900
commitae762b620e92891c033537924df14761221572c0 (patch)
treec4b514649da8627aeebd754bcbba818eb50311f9 /doc/api/https.markdown
parent2f5e08414774a88a9451a2fdafbe38322c101fc6 (diff)
downloadnode-ae762b620e92891c033537924df14761221572c0.tar.gz
docs: add ciphers option to https.request()
Diffstat (limited to 'doc/api/https.markdown')
-rw-r--r--doc/api/https.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/https.markdown b/doc/api/https.markdown
index 5de5b4f41..34f72f9c3 100644
--- a/doc/api/https.markdown
+++ b/doc/api/https.markdown
@@ -94,6 +94,9 @@ specified. However, a [globalAgent](#https.globalAgent) silently ignores these.
- `cert`: Public x509 certificate to use. Default `null`.
- `ca`: An authority certificate or array of authority certificates to check
the remote host against.
+- `ciphers`: A string describing the ciphers to use or exclude. Consult
+ <http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT> for
+ details on the format.
- `rejectUnauthorized`: If `true`, the server certificate is verified against
the list of supplied CAs. An `'error'` event is emitted if verification
fails. Verification happens at the connection level, *before* the HTTP