Show pagesourceOld revisionsBacklinksBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Table of Contents Testing TLS/SSL encryption CryptCheck testssl.sh This is an old revision of the document! Testing TLS/SSL encryption CryptCheck https://tls.imirhil.fr/ test ssl/tls/ssh testssl.sh testssl.sh is a free command line tool which checks a server's service on any port for the support of TLS/SSL ciphers, protocols as well as recent cryptographic flaws and more. Read more at https://testssl.sh/ How to install yum install git git clone --depth 1 https://github.com/drwetter/testssl.sh.git cd testssl.sh/ Services Here how to test services, please refer to the man for complete commands * https ./testssl.sh 127.0.0.1:443 * httpd-admin ./testssl.sh 127.0.0.1:980 * smtp ./testssl.sh -t smtp 127.0.0.1:25 ./testssl.sh -t smtp 127.0.0.1:587 * imap and pop3 ./testssl.sh -t imap 127.0.0.1:143 ./testssl.sh -t pop3 127.0.0.1:110 developer, dev tips testing_tls_ssl_encryption.1527535884.txt.gz Last modified: 2018/05/28 19:31by Stephane de Labrusse