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

Support For TLS Version 1.2 #581

Closed
balihoo-gsuri opened this issue Jan 29, 2021 · 2 comments
Closed

Support For TLS Version 1.2 #581

balihoo-gsuri opened this issue Jan 29, 2021 · 2 comments

Comments

@balihoo-gsuri
Copy link

We have recently received a mail from Auth0 stating that we need to bump up to min TLS 1.2 version. We are using this npm package as an auth0 client.
We would like to know, what minimum version we would need to switch to meet this requirement ? Or is there any other change, we need to do while using this library ?

Thank you

@adamjmcgrath
Copy link
Contributor

adamjmcgrath commented Jan 29, 2021

Hi @balihoo-gsuri - any version of this SDK should be able to connect to a server that requires a min TLS version of 1.2

You just need to make sure your Node (and openssl) version supports TLS 1.2, and I believe all LTS Node versions support 1.2

@balihoo-gsuri
Copy link
Author

Thank you for the info @adamjmcgrath

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

2 participants