SNI testing examples - fixed
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
e983459fc2
commit
077111dc04
@ -1075,13 +1075,13 @@ ___
|
|||||||
|
|
||||||
##### Tool: [gnutls-cli](https://gnutls.org/manual/html_node/gnutls_002dcli-Invocation.html)
|
##### 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
|
```bash
|
||||||
gnutls-cli -p 443 google.com
|
gnutls-cli -p 443 google.com
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Testing connection to remote host (without sni)
|
###### Testing connection to remote host (without SNI support)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gnutls-cli --disable-sni -p 443 google.com
|
gnutls-cli --disable-sni -p 443 google.com
|
||||||
|
Loading…
Reference in New Issue
Block a user