tls-check

1.0.0 • Public • Published

tls-check

Check the TLS protocol support of one or more web servers

Usage

Pass one or more hostnames with optional port to see a list of supported protocols that each server supports.

npx tls-check google.com https://bing.com zeit.co:443
Checking TLS against 3 website(s)...
 
✅ google.com TLSv1 Enabled.
✅ google.com TLSv1.1 Enabled.
✅ google.com TLSv1.2 Enabled.
✅ google.com TLSv1.3 Enabled.
 
✅ bing.com TLSv1 Enabled.
✅ bing.com TLSv1.1 Enabled.
✅ bing.com TLSv1.2 Enabled.
❌ bing.com TLSv1.3 Disabled.
 
❌ zeit.co TLSv1 Disabled.
❌ zeit.co TLSv1.1 Disabled.
✅ zeit.co TLSv1.2 Enabled.
✅ zeit.co TLSv1.3 Enabled.

Support

This is beta software so the API may change at anytime.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i tls-check

      Weekly Downloads

      27

      Version

      1.0.0

      License

      MIT

      Unpacked Size

      3.67 kB

      Total Files

      5

      Last publish

      Collaborators

      • styfle