testing_tls_ssl_encryption

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
testing_tls_ssl_encryption [2020/05/26 15:38] – [testssl.sh] Stephane de Labrussetesting_tls_ssl_encryption [2022/08/11 13:28] (current) – [Command-line] Stephane de Labrusse
Line 34: Line 34:
  
 dovecot  dovecot 
 +    openssl s_client -starttls imap -connect 127.0.0.1:143
     curl --ssl -k -v -u first.user:Nethesis,1234 imap://192.168.122.8     curl --ssl -k -v -u first.user:Nethesis,1234 imap://192.168.122.8
 +
 +sieve
 +    openssl s_client -starttls sieve  -connect 127.0.0.1:4190
  
 postfix postfix
 +    openssl s_client -starttls smtp -connect 127.0.0.1:587
     curl --ssl -k -v -u first.user:Nethesis,1234 smtp://192.168.122.8:587     curl --ssl -k -v -u first.user:Nethesis,1234 smtp://192.168.122.8:587
  
Line 51: Line 54:
 The `nmap` command in Fedora 28 has more detailed output than the one in CentOS7. The `nmap` command in Fedora 28 has more detailed output than the one in CentOS7.
  
 +openssl
  
 +<file>
 +openssl s_client -showcerts -connect 192.168.56.8:636
 +</file>
 ====CryptCheck==== ====CryptCheck====
 https://tls.imirhil.fr/ https://tls.imirhil.fr/
Line 57: Line 64:
 test ssl/tls/ssh test ssl/tls/ssh
  
 +====ssllabs.com====
 +
 +https://www.ssllabs.com/ssltest/
 ==== testssl.sh ==== ==== testssl.sh ====
  
Line 103: Line 113:
  
 <file> <file>
 +    ./testssl.sh   -t smtp 127.0.0.1:25
     ./testssl.sh   -t smtp 127.0.0.1:587     ./testssl.sh   -t smtp 127.0.0.1:587
 </file> </file>
Line 109: Line 120:
  
 <file> <file>
-    ./testssl.sh 127.0.0.1:993 +    ./testssl.sh   -t imap 127.0.0.1:143 
-    ./testssl.sh 127.0.0.1:995 +    ./testssl.sh   -t pop3 127.0.0.1:110
-</file> +
- +
-* cockpit  +
- +
-<file> +
-    ./testssl.sh  127.0.0.1:9090+
 </file> </file>
 +    
          
 {{tag>developer dev_tips}} {{tag>developer dev_tips}}
  • testing_tls_ssl_encryption.1590507508.txt.gz
  • Last modified: 2020/05/26 15:38
  • by Stephane de Labrusse