Skip to content

Commit 0de5b83

Browse files
committed
doc: document tls.Server 'secureProtocol' option
1 parent 0256edc commit 0de5b83

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/api/tls.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ automatically set as a listener for the [secureConnection][] event. The
167167
resumption. If `requestCert` is `true`, the default is MD5 hash value
168168
generated from command-line. Otherwise, the default is not provided.
169169

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+
170174
Here is a simple example echo server:
171175

172176
var tls = require('tls');

0 commit comments

Comments
 (0)