This website works better with JavaScript.
首頁
探索
說明
登入
david.wurm
/
InternetServicesBook
镜像来自
https://github.com/trimstray/the-book-of-secret-knowledge
關註
1
收藏
0
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
updated 'openssl' tool
- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray
6 年之前
父節點
0be3ddfa01
當前提交
ed732f85cd
共有
1 個文件被更改
,包括
6 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
取消
儲存