Browse Source

doc: fix typo secureOptions in tls

Documentation mentioned 'securityOptions', where it should have read
'secureOptions'.

Fixes #8608.

Signed-off-by: Julien Gilli <julien.gilli@joyent.com>
v0.10.34-release
silverwind 10 years ago
committed by Julien Gilli
parent
commit
d230fa9eb7
  1. 2
      doc/api/tls.markdown

2
doc/api/tls.markdown

@ -59,7 +59,7 @@ and SSLv2 by setting the `secureOptions` to be
`SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2` (again, unless you have passed `SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2` (again, unless you have passed
`--enable-ssl3`, or `--enable-ssl2`, or `SSLv3_method` as `secureProtocol`). `--enable-ssl3`, or `--enable-ssl2`, or `SSLv3_method` as `secureProtocol`).
If you have set `securityOptions` to anything, we will not override your If you have set `secureOptions` to anything, we will not override your
options. options.
The ramifications of this behavior change: The ramifications of this behavior change:

Loading…
Cancel
Save