Guest User

CasaOS Output

a guest
Dec 26th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. willem@GMKtec:~$ curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg -o /tmp/futurama.jpg
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying [2400:52e0:1e00::1078:1]:443...
  5. * Connected to image.tmdb.org (2400:52e0:1e00::1078:1) port 443 (#0)
  6. * ALPN: offers h2,http/1.1
  7. } [5 bytes data]
  8. * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  9. } [512 bytes data]
  10. * CAfile: /etc/ssl/certs/ca-certificates.crt
  11. * CApath: /etc/ssl/certs
  12. { [5 bytes data]
  13. * TLSv1.3 (IN), TLS handshake, Server hello (2):
  14. { [122 bytes data]
  15. * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
  16. { [19 bytes data]
  17. * TLSv1.3 (IN), TLS handshake, Certificate (11):
  18. { [3970 bytes data]
  19. * TLSv1.3 (IN), TLS handshake, CERT verify (15):
  20. { [264 bytes data]
  21. * TLSv1.3 (IN), TLS handshake, Finished (20):
  22. { [52 bytes data]
  23. * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
  24. } [1 bytes data]
  25. * TLSv1.3 (OUT), TLS handshake, Finished (20):
  26. } [52 bytes data]
  27. * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
  28. * ALPN: server accepted h2
  29. * Server certificate:
  30. * subject: CN=image.tmdb.org
  31. * start date: Nov 19 13:16:19 2024 GMT
  32. * expire date: Feb 17 13:16:18 2025 GMT
  33. * subjectAltName: host "image.tmdb.org" matched cert's "image.tmdb.org"
  34. * issuer: C=US; O=Let's Encrypt; CN=R11
  35. * SSL certificate verify ok.
  36. } [5 bytes data]
  37. * using HTTP/2
  38. * h2h3 [:method: GET]
  39. * h2h3 [:path: /t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg]
  40. * h2h3 [:scheme: https]
  41. * h2h3 [:authority: image.tmdb.org]
  42. * h2h3 [user-agent: curl/7.88.1]
  43. * h2h3 [accept: */*]
  44. * Using Stream ID: 1 (easy handle 0x55e6bc62ece0)
  45. } [5 bytes data]
  46. > GET /t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg HTTP/2
  47. > Host: image.tmdb.org
  48. > user-agent: curl/7.88.1
  49. > accept: */*
  50. >
  51. { [5 bytes data]
  52. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  53. { [265 bytes data]
  54. * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
  55. { [265 bytes data]
  56. * old SSL session ID is stale, removing
  57. { [5 bytes data]
  58. < HTTP/2 200
  59. < date: Thu, 26 Dec 2024 21:28:46 GMT
  60. < content-type: image/jpeg
  61. < content-length: 50330
  62. < server: BunnyCDN-DE1-1078
  63. < cdn-pullzone: 775336
  64. < cdn-uid: 29af4e0e-bcbd-4fcb-8635-74ddc38a1ebf
  65. < cdn-requestcountrycode: DE
  66. < cache-control: public, max-age=31919000
  67. < etag: "6272f494-c49a"
  68. < last-modified: Wed, 04 May 2022 21:48:04 GMT
  69. < cdn-storageserver: NY-346
  70. < cdn-requestpullsuccess: True
  71. < cdn-fileserver: 266
  72. < perma-cache: HIT
  73. < cdn-proxyver: 1.04
  74. < cdn-requestpullcode: 200
  75. < cdn-cachedat: 08/28/2024 20:02:11
  76. < cdn-edgestorageid: 864
  77. < cdn-status: 200
  78. < cdn-requesttime: 0
  79. < cdn-requestid: c8d981dc5cda572cfd0145d0465ef8e1
  80. < cdn-cache: HIT
  81. < accept-ranges: bytes
  82. <
  83. { [15755 bytes data]
  84. 100 50330 100 50330 0 0 706k 0 --:--:-- --:--:-- --:--:-- 712k
  85. * Connection #0 to host image.tmdb.org left intact
  86. willem@GMKtec:~$
Advertisement
Add Comment
Please, Sign In to add comment