We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tls.connect
tls.connect takes socket and it can use that socket as a base tcp connect and start TLS on top of it. ref: https://nodejs.org/api/tls.html#tlsconnectoptions-callback
socket
Currently std/node doesn't support this usage of tls.connect. This is necessary for supporting npm:mssql, npm:nodemailer etc.
npm:mssql
npm:nodemailer
related:
tlssock._start is not a function
The text was updated successfully, but these errors were encountered:
Closing in favor of #18836
Sorry, something went wrong.
kt3k
No branches or pull requests
tls.connect
takessocket
and it can use that socket as a base tcp connect and start TLS on top of it. ref: https://nodejs.org/api/tls.html#tlsconnectoptions-callbackCurrently std/node doesn't support this usage of
tls.connect
. This is necessary for supportingnpm:mssql
,npm:nodemailer
etc.related:
tlssock._start is not a function
when trying to use nodemailer std#3035The text was updated successfully, but these errors were encountered: