Advertisement
Guest User

ponylang url

a guest
Feb 21st, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. intj@2700x-Ubuntu:~/yyy$ curl -vX GET https://www.ponylang.io/media/papers/fast-cheap-with-proof.pdf
  2. Note: Unnecessary use of -X or --request, GET is already inferred.
  3. * Trying 52.67.148.165...
  4. * TCP_NODELAY set
  5. * Connected to www.ponylang.io (52.67.148.165) port 443 (#0)
  6. * ALPN, offering h2
  7. * ALPN, offering http/1.1
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/certs/ca-certificates.crt
  10. CApath: /etc/ssl/certs
  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, Client hello (1):
  18. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  19. * TLSv1.2 (IN), TLS handshake, Finished (20):
  20. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  21. * ALPN, server accepted to use h2
  22. * Server certificate:
  23. * subject: CN=ponylang.io
  24. * start date: Dec 9 12:18:56 2018 GMT
  25. * expire date: Mar 9 12:18:56 2019 GMT
  26. * subjectAltName: host "www.ponylang.io" matched cert's "www.ponylang.io"
  27. * issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
  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 0x55d40bca9900)
  33. > GET /media/papers/fast-cheap-with-proof.pdf HTTP/2
  34. > Host: www.ponylang.io
  35. > User-Agent: curl/7.58.0
  36. > Accept: */*
  37. >
  38. * Connection state changed (MAX_CONCURRENT_STREAMS updated)!
  39. < HTTP/2 200
  40. < accept-ranges: bytes
  41. < cache-control: public, max-age=0, must-revalidate
  42. < content-length: 411504
  43. < content-type: application/pdf
  44. < date: Thu, 21 Feb 2019 12:37:27 GMT
  45. < etag: "45fda0616fbab542abcdfd25533df9db-ssl"
  46. < strict-transport-security: max-age=31536000
  47. < x-nf-srv-version: 0a2e8b046a6147cfff21e71e5a4f574ec4933da5
  48. < age: 36
  49. < server: Netlify
  50. < x-nf-request-id: 3187550f-e001-48b0-b3a5-de1c0fdbf0b5-115402642
  51. <
  52. Warning: Binary output can mess up your terminal. Use "--output -" to tell
  53. Warning: curl to output it to your terminal anyway, or consider "--output
  54. Warning: <FILE>" to save to a file.
  55. * Failed writing body (0 != 16384)
  56. * Connection #0 to host www.ponylang.io left intact
  57. intj@2700x-Ubuntu:~/yyy$ ls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement