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