styfle / tls-check

✅ Check the TLS protocol support of one or more web servers

Home Page:https://www.npmjs.com/tls-check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 vercel.com: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.

❌ vercel.com TLSv1 Disabled.
❌ vercel.com TLSv1.1 Disabled.
✅ vercel.com TLSv1.2 Enabled.
✅ vercel.com TLSv1.3 Enabled.

Relevant Links

About

✅ Check the TLS protocol support of one or more web servers

https://www.npmjs.com/tls-check

License:MIT License


Languages

Language:JavaScript 100.0%