Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| security:openssl [2021/09/14 14:34] – created gerardorourke | security:openssl [2026/08/13 11:37] (current) – [Retrieve the Certificate for a specific FQDN / TCP Port] gerardorourke | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Open SSL ====== | + | ====== Open SSL TIPS ====== |
| + | |||
| + | ===== Check TLS Version supported by a Server ===== | ||
| + | |||
| + | < | ||
| + | openssl s_client -connect www.google.com: | ||
| + | openssl s_client -connect www.google.com: | ||
| + | openssl s_client -connect www.google.com: | ||
| + | openssl s_client -connect www.google.com: | ||
| + | </ | ||
| + | |||
| + | ===== Retrieve the Certificate for a specific FQDN / TCP Port===== | ||
| + | |||
| + | < | ||
| + | < | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== SSL Commands===== | ||
| **openssl** command to view the " | **openssl** command to view the " | ||
| + | |||
| + | < | ||
| + | Reference: https:// | ||
| < | < | ||