Quellcode durchsuchen

add snippet: openssl with debug mode (more verbose)'

- signed-off-by: trimstray <trimstray@gmail.com>
pull/153/head
trimstray vor 4 Jahren
Ursprung
Commit
67ef811b0f
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. +6
    -0
      README.md

+ 6
- 0
README.md Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern