This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Documentation error for TLS.connect() #25271
Comments
Setting secureContext is not supported, see comments on #25270 |
Setting |
I think its ok to re-purpose this one. |
mhdawson
pushed a commit
that referenced
this issue
May 21, 2015
Refs #25270,#25271 Reviewed-By: Michael Dawson <[email protected]> PR-URL: #25325
Fixed via #25325 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While working on code that let to issue #25270, I found that the docs for
tls.connect()
are incorrect.It's not specified in the docs, but
secureContext
can be specified on theoptions
object.The text was updated successfully, but these errors were encountered: