TLS Incompatible with Node 10
See original GitHub issueAfter updating to Node 10, we’re seeing the following error when attempting to connect.
NatsError: Could not connect to server: Error: write EPROTO 15860:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:openssl\ssl\record\ssl3_record.c:210:
I imagine this is likely due to the OpenSSL update in Node 10?
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
TLS (SSL) | Node.js v19.3.0 Documentation
The node:tls module provides an implementation of the Transport Layer ... To mitigate the risk, renegotiation is limited to three times every ten...
Read more >The npm registry is deprecating TLS 1.0 and TLS 1.1
All Node.js binary releases beginning with v0.10.0 include support for TLS 1.2, so most users of recent Node.js and npm versions do not...
Read more >Re: SSL error with Node 12 : TLS Configuration
Hey Anil, I will check with the team if there is a way to lower the Node TLS version or any other workarounds....
Read more >Nodemailer 6.1.1 not working with NodeJs >=12
The reason this is failing as of Node 12 is because Node Version 12 has finally disabled TLS 1.0 support. Unfortunately our test...
Read more >AWS Lambda Node 12.x with TLS 1.0 | by Matt Fuller - Medium
Database error: SequelizeConnectionError: 139767860377472:error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol:../deps/openssl/openssl/ssl ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI I’m seeing this same issue with Node 8.12.0
Add only http proxy and this would solve the issue. Tls handshake seems the cause