瀏覽代碼

add snippet: openssl with debug mode (more verbose)'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/153/head
trimstray 4 年之前
父節點
當前提交
67ef811b0f
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      README.md

+ 6
- 0
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


Loading…
取消
儲存