このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
david.wurm
/
InternetServicesBook
ミラー元
https://github.com/trimstray/the-book-of-secret-knowledge
ウォッチ
1
スター
0
フォーク
0
コード
リリース
0
アクティビティ
ソースを参照
updated 'openssl' tool
- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray
6年前
親
0be3ddfa01
コミット
ed732f85cd
1個のファイルの変更
、
6行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存