-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createSecurePair() is deprecated, use TLSSocket instead #135
Comments
This doesn't actually appear to be deprecated. http://nodejs.org/api/tls.html#tls_tls_createsecurepair_context_isserver_requestcert_rejectunauthorized There is a note which says:
But I don't see anything about deprecation. Upon further digging, it looks like it was once deprecated, but the deprecation notice was removed in 0.11.15. |
This looks like it has since been deprecated according to Referenced in this commit in node 6.0 ( so not LTS yet ) - the favoured tls.tlsSocket is present in 4.x And referenced in these meeting minutes from May 2016 |
After a long time of back and forth, this was finally (and properly) fixed via #738. Thanks everyone for your patience and help in getting this fixed! 🙇 |
No description provided.
The text was updated successfully, but these errors were encountered: