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 [2018/06/25 09:55] Stephane de Labrusse |
testing_tls_ssl_encryption [2022/01/06 15:27] (current) Stephane de Labrusse [ssllabs.com] |
||
---|---|---|---|
Line 2: | Line 2: | ||
====Command-line==== | ====Command-line==== | ||
Some commands for QA | Some commands for QA | ||
+ | |||
+ | xmpp | ||
+ | |||
+ | < | ||
+ | openssl s_client | ||
+ | </ | ||
+ | |||
+ | domain.org is the domain of xmpp | ||
+ | |||
+ | < | ||
+ | nmap --script ssl-enum-ciphers sub.domain.org -p 5223 | ||
+ | </ | ||
httpd | httpd | ||
Line 36: | Line 48: | ||
| | ||
- | | ||
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 46: | Line 61: | ||
test ssl/tls/ssh | test ssl/tls/ssh | ||
+ | ====ssllabs.com==== | ||
+ | |||
+ | https:// | ||
==== testssl.sh ==== | ==== testssl.sh ==== | ||
Line 63: | Line 81: | ||
Here how to test services, please refer to the man for complete commands | Here how to test services, please refer to the man for complete commands | ||
+ | |||
+ | * openldap | ||
+ | |||
+ | < | ||
+ | | ||
+ | |||
+ | </ | ||
+ | |||
+ | * Samba AD | ||
+ | |||
+ | < | ||
+ | | ||
+ | </ | ||
* https | * https |