Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
david.wurm
/
InternetServicesBook
espelhamento de
https://github.com/trimstray/the-book-of-secret-knowledge
Observar
1
Favorito
0
Fork
0
Código
Versões
0
Atividade
Ver código fonte
updated 'openssl' tool
- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray
5 anos atrás
pai
0be3ddfa01
commit
ed732f85cd
1 arquivos alterados
com
6 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
README.md
+ 6
- 0
README.md
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar