sslscan
Check SSL/TLS protocols and ciphers supported by a server.
- Test a server on port 443:
sslscan {example.com}
- Test a specified port:
sslscan {example.com}:{465}
- Show certificate information:
testssl --show-certificate {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).