Skip to content

Instantly share code, notes, and snippets.

@Mutjake
Created July 25, 2016 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mutjake/3046e271146061f91518fbb83aba78a2 to your computer and use it in GitHub Desktop.
Save Mutjake/3046e271146061f91518fbb83aba78a2 to your computer and use it in GitHub Desktop.
mutjake@linux-hmf7:~/Documents/trytls> trytls https node stubs/node-https/run.jsplatform: Linux (openSUSE 20160720)
runner: trytls 0.1.1 (CPython 2.7.12, OpenSSL 1.0.2h-fips)
stub: node 'stubs/node-https/run.js'
PASS expired certificate [reject expired.badssl.com:443]
PASS wrong hostname in certificate [reject wrong.host.badssl.com:443]
PASS self-signed certificate [reject self-signed.badssl.com:443]
FAIL SHA-256 signature [accept sha256.badssl.com:443]
FAIL 1000 subjectAltNames [accept 1000-sans.badssl.com:443]
PASS incomplete chain of trust [reject incomplete-chain.badssl.com:443]
PASS Superfish CA [reject superfish.badssl.com:443]
PASS eDellRoot CA [reject edellroot.badssl.com:443]
PASS DSDTestProvider CA [reject dsdtestprovider.badssl.com:443]
PASS protect against an OS X vulnerability [reject www.ssllabs.com:10443]
PASS protect against the FREAK attack [reject www.ssllabs.com:10444]
PASS protect against the Logjam attack [reject www.ssllabs.com:10445]
FAIL valid localhost certificate [accept localhost:43489]
PASS invalid localhost certificate [reject localhost:33339]
PASS use only the given CA bundle, not system's [reject sha256.badssl.com:443]
mutjake@linux-hmf7:~/Documents/trytls> node --version
v6.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment