Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
testing_tls_ssl_encryption [2020/05/26 15:38] – [testssl.sh] Stephane de Labrusse | testing_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: | ||
curl --ssl -k -v -u first.user: | curl --ssl -k -v -u first.user: | ||
+ | |||
+ | sieve | ||
+ | openssl s_client -starttls sieve -connect 127.0.0.1: | ||
postfix | postfix | ||
+ | openssl s_client -starttls smtp -connect 127.0.0.1: | ||
curl --ssl -k -v -u first.user: | curl --ssl -k -v -u first.user: | ||
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 | ||
+ | < | ||
+ | openssl s_client -showcerts -connect 192.168.56.8: | ||
+ | </ | ||
====CryptCheck==== | ====CryptCheck==== | ||
https:// | https:// | ||
Line 57: | Line 64: | ||
test ssl/tls/ssh | test ssl/tls/ssh | ||
+ | ====ssllabs.com==== | ||
+ | |||
+ | https:// | ||
==== testssl.sh ==== | ==== testssl.sh ==== | ||
Line 103: | Line 113: | ||
< | < | ||
+ | ./ | ||
./ | ./ | ||
</ | </ | ||
Line 109: | Line 120: | ||
< | < | ||
- | ./ | + | ./ |
- | ./ | + | ./ |
- | </ | + | |
- | + | ||
- | * cockpit | + | |
- | + | ||
- | < | + | |
- | ./ | + | |
</ | </ | ||
+ | | ||
| | ||
{{tag> | {{tag> |