myworks

Untitled

May 12th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. $ curl https://theasbestosinstitute.com --tlsv1.2 --verbose
  2. * Trying 104.153.73.200...
  3. * TCP_NODELAY set
  4. * Connected to theasbestosinstitute.com (104.153.73.200) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * successfully set certificate verify locations:
  8. * CAfile: /etc/ssl/cert.pem
  9. CApath: none
  10. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  11. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  12. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  13. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  14. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  15. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  16. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  17. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  18. * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
  19. * TLSv1.2 (IN), TLS handshake, Finished (20):
  20. * SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
  21. * ALPN, server accepted to use h2
  22. * Server certificate:
  23. * subject: CN=theasbestosinstitute.com
  24. * start date: Mar 5 00:00:00 2020 GMT
  25. * expire date: Jun 3 23:59:59 2020 GMT
  26. * subjectAltName: host "theasbestosinstitute.com" matched cert's "theasbestosinstitute.com"
  27. * issuer: C=US; ST=TX; L=Houston; O=cPanel, Inc.; CN=cPanel, Inc. Certification Authority
  28. * SSL certificate verify ok.
  29. * Using HTTP2, server supports multi-use
  30. * Connection state changed (HTTP/2 confirmed)
  31. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  32. * Using Stream ID: 1 (easy handle 0x7fe36680c400)
  33. > GET / HTTP/2
  34. > Host: theasbestosinstitute.com
  35. > User-Agent: curl/7.64.1
  36. > Accept: */*
  37. >
  38. * Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
  39. < HTTP/2 301
  40. < x-powered-by: PHP/7.2.30
  41. < content-type: text/html; charset=UTF-8
  42. < x-redirect-by: WordPress
  43. < location: https://www.theasbestosinstitute.com/
  44. < cache-control: public, max-age=0
  45. < expires: Tue, 12 May 2020 17:03:02 GMT
  46. < content-length: 0
  47. < date: Tue, 12 May 2020 17:03:02 GMT
  48. < server: LiteSpeed
  49. < alt-svc: quic=":443"; ma=2592000; v="43,46", h3-Q043=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-25=":443"; ma=2592000, h3-27=":443"; ma=2592000
  50. <
  51. * Connection #0 to host theasbestosinstitute.com left intact
  52. * Closing connection 0
Add Comment
Please, Sign In to add comment