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

Avoid using tls1.1 in OpenSSL 3.0+ #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samcorbin
Copy link

tls1.1 or lower is not usable by default since OpenSSL 3.0 used in Nodejs 17+. Tested on Nodejs 14, 16, 18.

{minVersion: 'TLSv1.1'} or {maxVersion: 'TLSv1.1'} doesn't work for <=Nodejs 16.
Setting both does work for <=Nodejs 16, but not Nodejs 17+.

Fixes #32

tls1.1 or lower is not usable by default since OpenSSL 3.0 used in Nodejs 17+
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

Successfully merging this pull request may close these issues.

Minimal supported TLS version in Node.js
1 participant