Ways to debug cert errors #734
Unanswered
smaktacular
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It's possible your certificate doesn't contain the whole certificate chain. I suggest looking at #571 and read my suggestion + linked serverfault thread there. Hopefully, that'll help resolve the issue for you! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running jellyfin behind traefik with ssl and a self signed cert, including ca, intermediate and self hosted acme (via step-ca).
All my jellyfin clients (Web, Kodi, IOS) have my custom ca installed and work fine using https, except for the FireTvStick.
I get
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
I installed the ca and intermediate ca on the FTV using these instructions. After that the Jellyfin server was reachable in the FTV browser but still not using the app.
Any ideas where to look what is keeping the app from accepting the cert my rev proxy provides?
Beta Was this translation helpful? Give feedback.
All reactions