Advertisement
Guest User

bandit16

a guest
Jul 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. bandit16@bandit:~$ openssl s_client -ign_eof -connect localhost:31790
  2.  
  3. CONNECTED(00000003)
  4.  
  5. write:errno=0
  6.  
  7. ---
  8.  
  9. no peer certificate available
  10.  
  11. ---
  12.  
  13. No client certificate CA names sent
  14.  
  15. ---
  16.  
  17. SSL handshake has read 0 bytes and written 176 bytes
  18.  
  19. Verification: OK
  20.  
  21. ---
  22.  
  23. New, (NONE), Cipher is (NONE)
  24.  
  25. Secure Renegotiation IS NOT supported
  26.  
  27. Compression: NONE
  28.  
  29. Expansion: NONE
  30.  
  31. No ALPN negotiated
  32.  
  33. SSL-Session:
  34.  
  35. Protocol : TLSv1.2
  36.  
  37. Cipher : 0000
  38.  
  39. Session-ID:
  40.  
  41. Session-ID-ctx:
  42.  
  43. Master-Key:
  44.  
  45. PSK identity: None
  46.  
  47. PSK identity hint: None
  48.  
  49. SRP username: None
  50.  
  51. Start Time: 1563556617
  52.  
  53. Timeout : 7200 (sec)
  54.  
  55. Verify return code: 0 (ok)
  56.  
  57. Extended master secret: no
  58.  
  59. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement