We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Maybe it is problem of tls 1.0. TLS 1.0 is disabled in node 12.
I can not upgrade to Node12 from Node11. 😭
Sorry, something went wrong.
I think this is SSLv3 related, or openssl version mismatch between servers, or some other issue related to deprecated protocol such as SSLv3.
Ref: #136 Ref: #122 Ref: #156
No branches or pull requests
This occasionally pops up in my error logs:
Everything appears to work but clearly some clients are having issues. Is this worth worrying about?
The text was updated successfully, but these errors were encountered: