summaryrefslogtreecommitdiff
path: root/doc/api/tls.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/tls.markdown')
-rw-r--r--doc/api/tls.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/api/tls.markdown b/doc/api/tls.markdown
index 7fcafb9be3..11cea44666 100644
--- a/doc/api/tls.markdown
+++ b/doc/api/tls.markdown
@@ -184,10 +184,6 @@ automatically set as a listener for the [secureConnection][] event. The
use this option in conjunction with the `ciphers` option to mitigate
BEAST attacks.
- Note: If SSLv2 is used, the server will send its list of preferences to the
- client, and the client chooses the cipher. Support for SSLv2 is disabled
- unless node.js was configured with `./configure --with-sslv2`.
-
- `requestCert`: If `true` the server will request a certificate from
clients that connect and attempt to verify that certificate. Default:
`false`.