瀏覽代碼

SNI testing examples - fixed

- signed-off-by: trimstray <trimstray@gmail.com>
pull/199/head
trimstray 5 年之前
父節點
當前提交
077111dc04
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      README.md

+ 2
- 2
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


Loading…
取消
儲存