Advertisement
Guest User

Untitled

a guest
Dec 7th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. tone@ganymede:~$ curl -vv https://dvvwui2qyedk6.cloudfront.net/releases/2.2.1.18/mer/i486/packages/
  2. * Trying 13.32.56.198...
  3. * TCP_NODELAY set
  4. * Connected to dvvwui2qyedk6.cloudfront.net (13.32.56.198) port 443 (#0)
  5. * ALPN, offering h2
  6. * ALPN, offering http/1.1
  7. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  8. * successfully set certificate verify locations:
  9. * CAfile: /etc/ssl/certs/ca-certificates.crt
  10. CApath: /etc/ssl/certs
  11. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  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, Client hello (1):
  19. * TLSv1.2 (OUT), TLS handshake, Finished (20):
  20. * TLSv1.2 (IN), TLS change cipher, Client hello (1):
  21. * TLSv1.2 (IN), TLS handshake, Finished (20):
  22. * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
  23. * ALPN, server accepted to use http/1.1
  24. * Server certificate:
  25. * subject: C=US; ST=Washington; L=Seattle; O=Amazon.com, Inc.; CN=*.cloudfront.net
  26. * start date: Oct 8 00:00:00 2018 GMT
  27. * expire date: Oct 9 12:00:00 2019 GMT
  28. * subjectAltName: host "dvvwui2qyedk6.cloudfront.net" matched cert's "*.cloudfront.net"
  29. * issuer: C=US; O=DigiCert Inc; CN=DigiCert Global CA G2
  30. * SSL certificate verify ok.
  31. > GET /releases/2.2.1.18/mer/i486/packages/ HTTP/1.1
  32. > Host: dvvwui2qyedk6.cloudfront.net
  33. > User-Agent: curl/7.52.1
  34. > Accept: */*
  35. >
  36. < HTTP/1.1 404 Not Found
  37. < Content-Type: text/html
  38. < Content-Length: 162
  39. < Connection: keep-alive
  40. < Date: Fri, 07 Dec 2018 22:53:49 GMT
  41. < Vary: Accept-Encoding
  42. < X-Cache: Error from cloudfront
  43. < Via: 1.1 228e9f9ffd3a938a52da99b2c67d587f.cloudfront.net (CloudFront)
  44. < X-Amz-Cf-Id: 6R146CkyGcurxAkB6CxqLtip2dW6cJ-DD8otrQBrgsaq3rDgxH5i-Q==
  45. <
  46. <html>
  47. <head><title>404 Not Found</title></head>
  48. <body bgcolor="white">
  49. <center><h1>404 Not Found</h1></center>
  50. <hr><center>nginx</center>
  51. </body>
  52. </html>
  53. * Curl_http_done: called premature == 0
  54. * Connection #0 to host dvvwui2qyedk6.cloudfront.net left intact
  55. tone@ganymede:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement