• 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 SOLVED: RemoteCertificateNameMismatch

     
    • 0 Vote(s) - 0 Average

    SOLVED: RemoteCertificateNameMismatch

    RemoteCertificateNameMismatch
    Raúl Casado Piqueras
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #3
    2024-10-25, 08:20 PM
    Thanks for your quick reply.

    Here you have the output (I have change my domain):

    Code:
    $ docker exec -it jellyfin sh
    # curl -vvv https://api.tmdb.org
    *  Trying 52.84.66.51:443...
    * Connected to api.tmdb.org (52.84.66.51) port 443 (#0)
    * ALPN: offers h2,http/1.1
    * TLSv1.3 (OUT), TLS handshake, Client hello (1):
    *  CAfile: /etc/ssl/certs/ca-certificates.crt
    *  CApath: /etc/ssl/certs
    * TLSv1.3 (IN), TLS handshake, Server hello (2):
    * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
    * TLSv1.3 (IN), TLS handshake, Certificate (11):
    * TLSv1.3 (IN), TLS handshake, CERT verify (15):
    * TLSv1.3 (IN), TLS handshake, Finished (20):
    * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
    * TLSv1.3 (OUT), TLS handshake, Finished (20):
    * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
    * ALPN: server accepted http/1.1
    * Server certificate:
    *  subject: CN=valid.domain.com
    *  start date: Sep 19 19:38:02 2024 GMT
    *  expire date: Dec 18 19:38:01 2024 GMT
    *  subjectAltName does not match api.tmdb.org
    * SSL: no alternative certificate subject name matches target host name 'api.tmdb.org'
    * Closing connection 0
    * TLSv1.3 (OUT), TLS alert, close notify (256):
    curl: (60) SSL: no alternative certificate subject name matches target host name 'api.tmdb.org'
    More details here: https://curl.se/docs/sslcerts.html

    curl failed to verify the legitimacy of the server and therefore could not
    establish a secure connection to it. To learn more about this situation and
    how to fix it, please visit the web page mentioned above.
    # curl -vvv https://image.tmdb.org/t/p/original/uqIVJR1fmkiwpcIsIcV0vxiyY4z.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:00:04 --:--:--    0*  Trying 143.244.56.49:443...
    * Connected to image.tmdb.org (143.244.56.49) port 443 (#0)
    * ALPN: 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
    { [5 bytes data]
    * TLSv1.3 (IN), TLS handshake, Server hello (2):
    { [122 bytes data]
    * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
    { [25 bytes data]
    * TLSv1.3 (IN), TLS handshake, Certificate (11):
    { [2038 bytes data]
    * TLSv1.3 (IN), TLS handshake, CERT verify (15):
    { [79 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
    * ALPN: server accepted http/1.1
    * Server certificate:
    *  subject: CN=valid.domain.com
    *  start date: Sep 19 19:38:02 2024 GMT
    *  expire date: Dec 18 19:38:01 2024 GMT
    *  subjectAltName does not match image.tmdb.org
    * SSL: no alternative certificate subject name matches target host name 'image.tmdb.org'
      0    0    0    0    0    0      0      0 --:--:--  0:00:04 --:--:--    0
    * Closing connection 0
    } [5 bytes data]
    * TLSv1.3 (OUT), TLS alert, close notify (256):
    } [2 bytes data]
    curl: (60) SSL: no alternative certificate subject name matches target host name 'image.tmdb.org'
    More details here: https://curl.se/docs/sslcerts.html

    curl failed to verify the legitimacy of the server and therefore could not
    establish a secure connection to it. To learn more about this situation and
    how to fix it, please visit the web page mentioned above.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    RemoteCertificateNameMismatch - by Raúl Casado Piqueras - 2024-10-25, 07:41 PM
    RE: RemoteCertificateNameMismatch - by TheDreadPirate - 2024-10-25, 07:44 PM
    RE: RemoteCertificateNameMismatch - by Raúl Casado Piqueras - 2024-10-25, 08:20 PM
    RE: RemoteCertificateNameMismatch - by TheDreadPirate - 2024-10-25, 08:44 PM
    RE: RemoteCertificateNameMismatch - by Raúl Casado Piqueras - 2024-10-25, 09:38 PM
    RE: RemoteCertificateNameMismatch - by TheDreadPirate - 2024-10-25, 09:51 PM
    RE: RemoteCertificateNameMismatch - by Raúl Casado Piqueras - 2024-10-25, 10:21 PM
    RE: RemoteCertificateNameMismatch - by TheDreadPirate - 2024-10-25, 11:27 PM
    RE: RemoteCertificateNameMismatch - by Raúl Casado Piqueras - 2024-10-26, 12:34 PM
    RE: RemoteCertificateNameMismatch - by Raúl Casado Piqueras - 2024-10-27, 02:45 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