Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
david.wurm
/
InternetServicesBook
espelho de
https://github.com/trimstray/the-book-of-secret-knowledge
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
updated 'openssl' tool
- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray
há 6 anos
ascendente
0be3ddfa01
cometimento
ed732f85cd
1 ficheiros alterados
com
6 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+6
-0
README.md
+ 6
- 0
README.md
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar