Advertisement
Guest User

Untitled

a guest
Sep 1st, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. caitlyn@Michiyo:~/yui$ openssl s_client -connect localhost:443 -tls1_3
  2. 140255520228672:error:0200206F:system library:connect:Connection refused:../crypto/bio/b_sock2.c:110:
  3. 140255520228672:error:2008A067:BIO routines:BIO_connect:connect error:../crypto/bio/b_sock2.c:111:
  4. 140255520228672:error:0200206F:system library:connect:Connection refused:../crypto/bio/b_sock2.c:110:
  5. 140255520228672:error:2008A067:BIO routines:BIO_connect:connect error:../crypto/bio/b_sock2.c:111:
  6. connect:errno=111
  7. caitlyn@Michiyo:~/yui$ openssl s_client -connect cityofheroes.dev:443 -tls1_3
  8. CONNECTED(00000003)
  9. 139776363849024:error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version:../ssl/record/rec_layer_s3.c:1543:SSL alert number 70
  10. ---
  11. no peer certificate available
  12. ---
  13. No client certificate CA names sent
  14. ---
  15. SSL handshake has read 7 bytes and written 240 bytes
  16. Verification: OK
  17. ---
  18. New, (NONE), Cipher is (NONE)
  19. Secure Renegotiation IS NOT supported
  20. Compression: NONE
  21. Expansion: NONE
  22. No ALPN negotiated
  23. Early data was not sent
  24. Verify return code: 0 (ok)
  25. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement