Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
david.wurm
/
InternetServicesBook
mirror da
https://github.com/trimstray/the-book-of-secret-knowledge
Segui
1
Vota
0
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
updated 'openssl' tool
- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray
6 anni fa
parent
0be3ddfa01
commit
ed732f85cd
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+6
-0
README.md
+ 6
- 0
README.md
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva