From ae762b620e92891c033537924df14761221572c0 Mon Sep 17 00:00:00 2001 From: koichik Date: Sat, 25 Feb 2012 23:17:05 +0900 Subject: [PATCH] docs: add ciphers option to https.request() --- doc/api/https.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/https.markdown b/doc/api/https.markdown index 5de5b4f41b9..34f72f9c361 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 + 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