-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
TCP to TLS socket upgrade using the node compatibility layer is broken #27087
Labels
Comments
Debugging the code with breakpoints on caught exceptions reveals some
Another one:
|
Running the code with NODE_DEBUG="net,tls,stream" produces the following output:
|
lucacasonato
added
bug
Something isn't working correctly
tls
Issues related to TLS implementation
node compat
labels
Nov 27, 2024
Thanks a lot for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version: Deno 2.0.3 and later
Reproduction: https://github.com/ufr-scf/deno-tls-upgrade-error
The following code used to work on version 2.0.2 and below:
On version 2.0.3 and later it throws the following error:
The commit after which this started occuring is this one: c553666.
The text was updated successfully, but these errors were encountered: