• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Movie DB Connection Issue

     
    • 0 Vote(s) - 0 Average

    Movie DB Connection Issue

    Movie DB Issue
    Mr. O
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #3
    2024-09-09, 04:27 PM
    user@h3:~$ curl -vvv https://image.tmdb.org/t/p/original/uqIV...xiyY4z.jpg -o /tmp/futurama.jpg
      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
      0    0    0    0    0    0      0      0 --:--:-- --:--:-- --:--:--    0* Host image.tmdb.org:443 was resolved.
    * IPv6: 2400:52e0:1a00::1067:1
    * IPv4: 185.93.1.250
    *  Trying [2400:52e0:1a00::1067:1]:443...
    * Connected to image.tmdb.org (2400:52e0:1a00::1067:1) port 443
    * ALPN: curl offers h2,http/1.1
    } [5 bytes data]
    * TLSv1.3 (OUT), TLS handshake, Client hello (1):
    } [512 bytes data]
    *  CAfile: /etc/ssl/certs/ca-certificates.crt
    *  CApath: /etc/ssl/certs
      0    0    0    0    0    0      0      0 --:--:-- --:--:-- --:--:--    0{ [5 bytes data]
    * TLSv1.3 (IN), TLS handshake, Server hello (2):
    { [122 bytes data]
    * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (Nerd-face:
    { [19 bytes data]
    * TLSv1.3 (IN), TLS handshake, Certificate (11):
    { [3967 bytes data]
    * TLSv1.3 (IN), TLS handshake, CERT verify (15):
    { [264 bytes data]
    * TLSv1.3 (IN), TLS handshake, Finished (20):
    { [52 bytes data]
    * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
    } [1 bytes data]
    * TLSv1.3 (OUT), TLS handshake, Finished (20):
    } [52 bytes data]
    * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS
    * ALPN: server accepted h2
    * Server certificate:
    *  subject: CN=image.tmdb.org
    *  start date: Aug 20 18:10:03 2024 GMT
    *  expire date: Nov 18 18:10:02 2024 GMT
    *  subjectAltName: host "image.tmdb.org" matched cert's "image.tmdb.org"
    *  issuer: C=US; O=Let's Encrypt; CN=R10
    *  SSL certificate verify ok.
    *  Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
    *  Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
    *  Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
    } [5 bytes data]
    * using HTTP/2
    * [HTTP/2] [1] OPENED stream for https://image.tmdb.org/t/p/original/uqIV...xiyY4z.jpg
    * [HTTP/2] [1] [:method: GET]
    * [HTTP/2] [1] [:scheme: https]
    * [HTTP/2] [1] [:authority: image.tmdb.org]
    * [HTTP/2] [1] [:path: /t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg]
    * [HTTP/2] [1] [user-agent: curl/8.5.0]
    * [HTTP/2] [1] [accept: */*]
    } [5 bytes data]
    > GET /t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.jpg HTTP/2
    > Host: image.tmdb.org
    > User-Agent: curl/8.5.0
    > Accept: */*
    >
    { [5 bytes data]
    * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
    { [265 bytes data]
    * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
    { [265 bytes data]
    * old SSL session ID is stale, removing
    { [5 bytes data]
    < HTTP/2 200
    < date: Mon, 09 Sep 2024 16:26:34 GMT
    < content-type: image/jpeg
    < content-length: 50330
    < server: BunnyCDN-IL1-1067
    < cdn-pullzone: 775336
    < cdn-uid: 29af4e0e-bcbd-4fcb-8635-74ddc38a1ebf
    < cdn-requestcountrycode: US
    < cache-control: public, max-age=31919000
    < etag: "6272f494-c49a"
    < last-modified: Wed, 04 May 2022 21:48:04 GMT
    < cdn-storageserver: NY-346
    < cdn-requestpullsuccess: True
    < cdn-fileserver: 266
    < perma-cache: HIT
    < cdn-proxyver: 1.04
    < cdn-requestpullcode: 200
    < cdn-cachedat: 10/31/2023 19:06:51
    < cdn-edgestorageid: 845
    < cdn-status: 200
    < cdn-requestid: ded9bb7a84934284235c06fa157949d7
    < cdn-cache: HIT
    < accept-ranges: bytes
    <
    { [16384 bytes data]
    100 50330  100 50330    0    0  144k      0 --:--:-- --:--:-- --:--:--  144k
    * Connection #0 to host image.tmdb.org left intact
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Movie DB Connection Issue - by Mr. O - 2024-09-09, 02:17 PM
    RE: Movie DB Connection Issue - by TheDreadPirate - 2024-09-09, 04:24 PM
    RE: Movie DB Connection Issue - by Mr. O - 2024-09-09, 04:27 PM
    RE: Movie DB Connection Issue - by TheDreadPirate - 2024-09-09, 05:41 PM
    RE: Movie DB Connection Issue - by Mr. O - 2024-09-09, 06:20 PM
    RE: Movie DB Connection Issue - by TheDreadPirate - 2024-09-09, 07:29 PM
    RE: Movie DB Connection Issue - by Mr. O - 2024-09-10, 12:58 AM
    RE: Movie DB Connection Issue - by TheDreadPirate - 2024-09-10, 03:06 PM
    RE: Movie DB Connection Issue - by Mr. O - 2024-09-10, 06:36 PM
    RE: Movie DB Connection Issue - by TheDreadPirate - 2024-09-10, 06:50 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode