We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0256edc commit 0de5b83Copy full SHA for 0de5b83
1 file changed
doc/api/tls.markdown
@@ -167,6 +167,10 @@ automatically set as a listener for the [secureConnection][] event. The
167
resumption. If `requestCert` is `true`, the default is MD5 hash value
168
generated from command-line. Otherwise, the default is not provided.
169
170
+ - `secureProtocol`: The SSL method to use, e.g. `SSLv3_method` to force
171
+ SSL version 3. The possible values depend on your installation of
172
+ OpenSSL and are defined in the constant [SSL_METHODS][].
173
+
174
Here is a simple example echo server:
175
176
var tls = require('tls');
0 commit comments