0.0.1 • Published 3 years ago

tls-test v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

TLS 1.2 for npmjs.com

The public npm registry (npmjs.com) is deprecating insecure versions of HTTPS and you will be required to use TLS 1.2 (or better) to download packages. Most versions of npm and Node.js are ready for this change but you can test your client by running:

npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz

This will install a test package over an HTTPS connection that already enforces TLS 1.2, instead of going to the public npm registry (which does not yet).

If this command succeeds, it will print the following message:

Hello! The tls-test package was successfully downloaded and installed.

Congratulations! Your package manager appears to support TLS 1.2.

If you do not see this message, then there was a problem downloading the package. You should ensure that you are running a currently supported version of Node.js and install the latest version of npm.

For more information, please see the npm documentation and if you have questions, check out the Software Development board of the GitHub Community forums.