myworks

Untitled

May 6th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. $ curl https://heartofiowamarketplace.com --tlsv1.2 --verbose
  2.  
  3.  
  4. * Trying 35.206.85.181...
  5. * TCP_NODELAY set
  6. * Connected to heartofiowamarketplace.com (35.206.85.181) port 443 (#0)
  7. * ALPN, offering h2
  8. * ALPN, offering http/1.1
  9. * successfully set certificate verify locations:
  10. * CAfile: /etc/ssl/cert.pem
  11. CApath: none
  12. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  13. * TLSv1.2 (IN), TLS handshake, Server hello (2):
  14. * TLSv1.2 (IN), TLS handshake, Certificate (11):
  15. * TLSv1.2 (IN), TLS handshake, Server key exchange (12):
  16. * TLSv1.2 (IN), TLS handshake, Server finished (14):
  17. * TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
  18. * TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
  19. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  20. * TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
  21. * TLSv1.2 (IN), TLS handshake, Finished (20):
  22. * SSL connection using TLSv1.2 / ECDHE-RSA-CHACHA20-POLY1305
  23. * ALPN, server accepted to use h2
  24. * Server certificate:
  25. * subject: CN=heartofiowamarketplace.com
  26. * start date: Mar 30 09:06:59 2020 GMT
  27. * expire date: Jun 28 09:06:59 2020 GMT
  28. * subjectAltName: host "heartofiowamarketplace.com" matched cert's "heartofiowamarketplace.com"
  29. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  30. * SSL certificate verify ok.
  31. * Using HTTP2, server supports multi-use
  32. * Connection state changed (HTTP/2 confirmed)
  33. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  34. * Using Stream ID: 1 (easy handle 0x7ff803010800)
  35. > GET / HTTP/2
  36. > Host: heartofiowamarketplace.com
  37. > User-Agent: curl/7.64.1
  38. > Accept: */*
  39. >
  40. * Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
  41. < HTTP/2 403
  42. < server: nginx
  43. < date: Wed, 06 May 2020 16:02:51 GMT
  44. < content-type: text/html; charset=iso-8859-1
  45. < content-length: 471
  46. <
  47. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  48. <html><head>
  49. <title>403 Forbidden</title>
  50. </head><body>
  51. <h1>Forbidden</h1>
  52. <p>You don't have permission to access /
  53. on this server.<br />
  54. </p>
  55. <p>Additionally, a 403 Forbidden
  56. error was encountered while trying to use an ErrorDocument to handle the request.</p>
  57. <hr>
  58. <address>Apache/2.4.29 (Unix) mod_hive/6.27 OpenSSL/1.0.1e-fips mod_fastcgi/2.4.6 Server at heartofiowamarketplace.com Port 443</address>
  59. </body></html>
  60. * Connection #0 to host heartofiowamarketplace.com left intact
  61. * Closing connection 0
Add Comment
Please, Sign In to add comment