Skip to content
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

SSL Error #122

Open
MrXyfir opened this issue Mar 29, 2019 · 3 comments
Open

SSL Error #122

MrXyfir opened this issue Mar 29, 2019 · 3 comments

Comments

@MrXyfir
Copy link

MrXyfir commented Mar 29, 2019

This occasionally pops up in my error logs:

Error: 139783281137472:error:142090FC:SSL routines:tls_early_post_process_client_hello:unknown protocol:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1638:

Error: 139783281137472:error:1420918C:SSL routines:tls_early_post_process_client_hello:version too low:../deps/openssl/openssl/ssl/statem/statem_srvr.c:1663

Everything appears to work but clearly some clients are having issues. Is this worth worrying about?

@atsushi-zto
Copy link

atsushi-zto commented Jun 16, 2019

Maybe it is problem of tls 1.0.
TLS 1.0 is disabled in node 12.

I can not upgrade to Node12 from Node11. 😭

@niftylettuce
Copy link
Contributor

I think this is SSLv3 related, or openssl version mismatch between servers, or some other issue related to deprecated protocol such as SSLv3.

@niftylettuce
Copy link
Contributor

Ref: #136
Ref: #122
Ref: #156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants