Advertisement
doranchak

Untitled

Jan 4th, 2022
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. [maintuser@ip-10-125-46-40 ~]$ openssl s_client -host www.formula1.com -port 443
  2. CONNECTED(00000003)
  3. 140010532915088:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794:
  4. ---
  5. no peer certificate available
  6. ---
  7. No client certificate CA names sent
  8. ---
  9. SSL handshake has read 7 bytes and written 245 bytes
  10. ---
  11. New, (NONE), Cipher is (NONE)
  12. Secure Renegotiation IS NOT supported
  13. Compression: NONE
  14. Expansion: NONE
  15. No ALPN negotiated
  16. SSL-Session:
  17. Protocol : TLSv1.2
  18. Cipher : 0000
  19. Session-ID:
  20. Session-ID-ctx:
  21. Master-Key:
  22. Key-Arg : None
  23. Krb5 Principal: None
  24. PSK identity: None
  25. PSK identity hint: None
  26. Start Time: 1641314191
  27. Timeout : 300 (sec)
  28. Verify return code: 0 (ok)
  29. ---
  30. [maintuser@ip-10-125-46-40 ~]$
  31. [maintuser@ip-10-125-46-40 ~]$ openssl s_client -host www.formula1.com -port 443
  32. CONNECTED(00000003)
  33. 140366082860944:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794:
  34. ---
  35. no peer certificate available
  36. ---
  37. No client certificate CA names sent
  38. ---
  39. SSL handshake has read 7 bytes and written 245 bytes
  40. ---
  41. New, (NONE), Cipher is (NONE)
  42. Secure Renegotiation IS NOT supported
  43. Compression: NONE
  44. Expansion: NONE
  45. No ALPN negotiated
  46. SSL-Session:
  47. Protocol : TLSv1.2
  48. Cipher : 0000
  49. Session-ID:
  50. Session-ID-ctx:
  51. Master-Key:
  52. Key-Arg : None
  53. Krb5 Principal: None
  54. PSK identity: None
  55. PSK identity hint: None
  56. Start Time: 1641314196
  57. Timeout : 300 (sec)
  58. Verify return code: 0 (ok)
  59. ---
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement