From 077111dc0424d4a2f4bd739b30de4c8254866c76 Mon Sep 17 00:00:00 2001 From: trimstray Date: Sat, 11 Aug 2018 19:40:50 +0200 Subject: [PATCH] SNI testing examples - fixed - signed-off-by: trimstray --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b215149..0b70186 100644 --- a/README.md +++ b/README.md @@ -1075,13 +1075,13 @@ ___ ##### Tool: [gnutls-cli](https://gnutls.org/manual/html_node/gnutls_002dcli-Invocation.html) -###### Testing connection to remote host (with sni) +###### Testing connection to remote host (with SNI support) ```bash gnutls-cli -p 443 google.com ``` -###### Testing connection to remote host (without sni) +###### Testing connection to remote host (without SNI support) ```bash gnutls-cli --disable-sni -p 443 google.com