浏览代码

updated 'openssl' tool

- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray 5 年前
父节点
当前提交
ed732f85cd
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      README.md

+ 6
- 0
README.md 查看文件

@@ -801,6 +801,12 @@ ___
echo | openssl s_client -connect google.com:443 -showcerts
```

###### Testing connection to remote host (with SNI support)

```bash
echo | openssl s_client -showcerts -servername google.com -connect google.com:443
```

###### Testing connection to remote host with specific ssl version

```bash


正在加载...
取消
保存