testssl
Check SSL/TLS protocols and ciphers supported by a server.
- Test a server (run every check) on port 443:
testssl {example.com}
testssl {example.com:465}
- Only check available protocols:
testssl --protocols {example.com}
- Only check vulnerabilities:
testssl --vulnerable {example.com}
- Only check HTTP security headers:
testssl --headers {example.com}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).