myworks

Untitled

May 6th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. $ curl https://quartzserver.com --tlsv1.2 --verbose
  2.  
  3. * Trying 207.244.146.156...
  4. * TCP_NODELAY set
  5. * Connected to quartzserver.com (207.244.146.156) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/cert.pem
  10. CApath: none
  11. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  12. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  13. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  14. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  15. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  16. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  17. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  18. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  19. * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
  20. * TLSv1.2 (IN), TLS handshake, Finished (20):
  21. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  22. * ALPN, server accepted to use http/1.1
  23. * Server certificate:
  24. * subject: CN=quartzserver.com
  25. * start date: Apr 7 05:32:40 2020 GMT
  26. * expire date: Jul 6 05:32:40 2020 GMT
  27. * subjectAltName: host "quartzserver.com" matched cert's "quartzserver.com"
  28. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  29. * SSL certificate verify ok.
  30. > GET / HTTP/1.1
  31. > Host: quartzserver.com
  32. > User-Agent: curl/7.64.1
  33. > Accept: */*
  34. >
  35. < HTTP/1.1 200 OK
  36. < Date: Wed, 06 May 2020 16:05:46 GMT
  37. < Server: Apache
  38. < X-Powered-By: PHP/7.2.30
  39. < Content-Length: 0
  40. < Content-Type: text/html; charset=UTF-8
  41. <
  42. * Connection #0 to host quartzserver.com left intact
  43. * Closing connection 0
Add Comment
Please, Sign In to add comment