/tls-checker

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

TLS Checking Tool

Check the TLS versions and ciphersuites a server supports.

For more, read our accompanying blog.

Prerequisite

  1. Install node
  2. npm install
  3. build openssl (The script provided will build for Mac) or place the openssl bin in ./src/openssl

Run

make start

The script will ask for a host and port to test.