-
Notifications
You must be signed in to change notification settings - Fork 585
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
TLS1.1 support for AMT 11 #5512
Labels
Comments
What node version did u upgrade from? |
previously using the Ubuntu 20.04 Ubuntu repo which was 10.19 https://packages.ubuntu.com/focal/nodejs TLS 1.0 and TLS 1.1 are both there with Node 16, thanks!
|
If old TLS versions are required for old AMT version, use node 16 https://github.com/nodesource/distributions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
Since upgrading to a new version of nodejs, tls1.1 no longer works
To Reproduce
Steps to reproduce the behavior:
"mpshighsecurity": false,
Can't show AMT not connecting very easily, but sslyze shows the issue
command was
sslyze.exe host:4433
(output snipped for brevity)Expected behavior
sslyze should be able to connect using tls 1.1 (and thus older AMT as well)
Screenshots
n/a
Server Software (please complete the following information):
Client Device (please complete the following information):
Additional context
Add any other context about the problem here.
Looks like related to nodejs/node#27384
Your config.json file
The text was updated successfully, but these errors were encountered: