You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Linux TEST 4.13.0-37-generic rename node.js -> io.js #42~16.04.1-Ubuntu SMP Wed Mar 7 16:03:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: tls
I'm attempting to create a "raw" TLS connection to a server such that I can obtain the certificate information. For the server in question, I always get ECONNRESET. However, I can openssl s_client -connect ip:port just fine.
Can confirm. I don't have this issue with version 6.1.0 of Node, but with 9.10.1 I do.
I used n to roll back the node version because of the ECONNRESET...
I can't try the test case because of the internal IP address but the ecdhCurve change is the most likely cause, yes.
I'll close this out. If it turns out it's not that, can you update with more information and, preferably, steps for someone else to independently confirm? Thanks.
bnoordhuis
added
duplicate
Issues and PRs that are duplicates of other issues or PRs.
tls
Issues and PRs related to the tls subsystem.
labels
Apr 25, 2018
I'm attempting to create a "raw" TLS connection to a server such that I can obtain the certificate information. For the server in question, I always get
ECONNRESET
. However, I canopenssl s_client -connect ip:port
just fine.To reproduce:
Example with debug:
One more tid-bit of information: Given the code above but with a different port/host (e.g. 443/www.google.com) works fine.
The text was updated successfully, but these errors were encountered: