Skip to content

styfle/tls-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published