You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Jellyfin fetch failing due to private CA certificate
The pod couldn't verify tv.will.net's TLS cert (signed by Homelab CA,
not in Node's default bundle). All server-side Jellyfin calls now use
internalFetch which disables certificate verification via undici Agent.
Also improves error messages by extracting e.cause details (ECONNREFUSED,
ENOTFOUND) instead of passing through the opaque "fetch failed" string.
0 commit comments