Advertisement
Guest User

ssl

a guest
Mar 6th, 2015
1,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. #openssl s_client -CApath /etc/ssl/certs/ -connect localhost:5555
  2. CONNECTED(00000003)
  3. depth=0 C = US, CN = example.com, emailAddress = admin@example.com
  4. verify error:num=20:unable to get local issuer certificate
  5. verify return:1
  6. depth=0 C = US, CN = example.com, emailAddress = admin@example.com
  7. verify error:num=27:certificate not trusted
  8. verify return:1
  9. depth=0 C = US, CN = example.com, emailAddress = admin@example.com
  10. verify error:num=21:unable to verify the first certificate
  11. verify return:1
  12. ---
  13. Certificate chain
  14. 0 s:/C=US/CN=example.com/emailAddress=admin@example.com
  15. i:/C=IL/O=StartCom Ltd./OU=Secure Digital Certificate Signing/CN=StartCom Class 1 Primary Intermediate Server CA
  16. ---
  17. Server certificate
  18. -----BEGIN CERTIFICATE-----
  19. -- SNIPPED --
  20. -----END CERTIFICATE-----
  21. subject=/C=US/CN=example.com/emailAddress=admin@example.com
  22. issuer=/C=IL/O=StartCom Ltd./OU=Secure Digital Certificate Signing/CN=StartCom Class 1 Primary Intermediate Server CA
  23. ---
  24. No client certificate CA names sent
  25. ---
  26. SSL handshake has read 2775 bytes and written 523 bytes
  27. ---
  28. New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES256-SHA
  29. Server public key is 4096 bit
  30. Secure Renegotiation IS NOT supported
  31. Compression: NONE
  32. Expansion: NONE
  33. SSL-Session:
  34. Protocol : TLSv1.2
  35. Cipher : ECDHE-RSA-AES256-SHA
  36. Session-ID: E39F3CD332B646C28B753C6E281FA3F4EA4BD2F58734DEB2EF77D7942AD87878
  37. Session-ID-ctx:
  38. Master-Key: 7790D0ECF41ED89A2BCD7882D582C7388B9A72EDD1DA20C5D4ED01129831B9285443846BB16B817FA4092DEB4EAF2C85
  39. Key-Arg : None
  40. PSK identity: None
  41. PSK identity hint: None
  42. SRP username: None
  43. TLS session ticket:
  44. 0000 - a6 af a3 8c 65 59 19 24-7b d0 ba 74 fe 26 a0 8b ....eY.${..t.&..
  45. 0010 - 4a 6d be 57 81 a3 4a cf-cb 14 4a 31 cd 76 08 4f Jm.W..J...J1.v.O
  46. 0020 - 66 de f3 1a 71 9d 41 7d-aa 58 da 9f 21 21 d0 e2 f...q.A}.X..!!..
  47. 0030 - d6 ed 79 13 bc 16 22 81-97 a3 77 f6 4e 4e 8c 52 ..y..."...w.NN.R
  48. 0040 - 8b 99 af 50 53 81 f6 5d-61 69 2a ab ea ea 6e 0e ...PS..]ai*...n.
  49. 0050 - ab dd 6f ad 33 66 db 40-1d 53 87 54 72 54 4d 0b ..o.3f.@.S.TrTM.
  50. 0060 - db 2f 73 99 2f 6b 08 79- ./s./k.y
  51.  
  52. Start Time: 1425642374
  53. Timeout : 300 (sec)
  54. Verify return code: 21 (unable to verify the first certificate)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement