From 67ef811b0fa5dc333709e16ea850f4b76ffe5bc4 Mon Sep 17 00:00:00 2001 From: trimstray Date: Thu, 23 Jan 2020 13:18:17 +0100 Subject: [PATCH] add snippet: openssl with debug mode (more verbose)' - signed-off-by: trimstray --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6620639..1bb2bda 100644 --- a/README.md +++ b/README.md @@ -2407,6 +2407,12 @@ ___ echo | openssl s_client -connect google.com:443 -showcerts ``` +###### Testing connection to the remote host (debug mode) + +```bash +echo | openssl s_client -connect google.com:443 -showcerts -tlsextdebug -status +``` + ###### Testing connection to the remote host (with SNI support) ```bash