Created
June 15, 2017 06:39
-
-
Save zacharyhill/78a1a94efba4560efb2c1e8d2aca0b82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ openssl s_client -connect 127.0.0.1:465 | |
| CONNECTED(00000003) | |
| 140640946747032:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794: | |
| --- | |
| no peer certificate available | |
| --- | |
| No client certificate CA names sent | |
| --- | |
| SSL handshake has read 7 bytes and written 305 bytes | |
| --- | |
| New, (NONE), Cipher is (NONE) | |
| Secure Renegotiation IS NOT supported | |
| Compression: NONE | |
| Expansion: NONE | |
| No ALPN negotiated | |
| SSL-Session: | |
| Protocol : TLSv1.2 | |
| Cipher : 0000 | |
| Session-ID: | |
| Session-ID-ctx: | |
| Master-Key: | |
| Key-Arg : None | |
| PSK identity: None | |
| PSK identity hint: None | |
| SRP username: None | |
| Start Time: 1497508507 | |
| Timeout : 300 (sec) | |
| Verify return code: 0 (ok) | |
| --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment