-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
TLS maxVersion not working #25267
Comments
TBH, The output is |
|
Of course, sorry completely missed that |
ghost
closed this as completed
Dec 29, 2018
|
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using TLS.connect() the options are passed to TLS.createSecureContext().
TLS.createSecureContext() can take a
maxVersion
argument which specifies the maximum TLS version to allow, however this doesn't work.The snippet below demonstrates that when you pass a
maxVersion
value ofTLSv1
the connection succeeds even though the domainpersonal.natwest.com
does not support TLS 1.0The text was updated successfully, but these errors were encountered: