Guest User

Untitled

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