question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TLS Incompatible with Node 10

See original GitHub issue

After 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:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
KCloughcommented, Nov 8, 2018

FYI I’m seeing this same issue with Node 8.12.0

0reactions
praveen0051commented, Nov 29, 2018

Add only http proxy and this would solve the issue. Tls handshake seems the cause

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found