mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-12-26 09:58:40 +01:00
updated 'openssl' tool
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
0be3ddfa01
commit
ed732f85cd
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue