mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-18 17:36:14 +00:00
add snippet: openssl with debug mode (more verbose)'
- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
parent
a91cffc46b
commit
67ef811b0f
@ -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…
Reference in New Issue
Block a user