From ed732f85cde53226111d812f4ecf0a6e244be78b Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 13 Jul 2018 11:26:17 +0200 Subject: [PATCH] updated 'openssl' tool - signed-off-by: trimstray --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c74f19a..1d6b15f 100644 --- a/README.md +++ b/README.md @@ -801,6 +801,12 @@ ___ echo | openssl s_client -connect google.com:443 -showcerts ``` +###### Testing connection to remote host (with SNI support) + +```bash +echo | openssl s_client -showcerts -servername google.com -connect google.com:443 +``` + ###### Testing connection to remote host with specific ssl version ```bash