Failed connection to Jellyfin server - cookie 'connect.sid' required #1235
Replies: 1 comment 1 reply
-
/auth/me is not related. You should be looking for /auth/jellyfin /auth/me is just a check to see if you're logged in and is not an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I am trying to get Jellyseerr running behind a reverse proxy also using ssl in private network but I cannot reach the Jellyfin server.
Based on the error I can see in the browser console I think that the problem lies in my Jellyseerr/Proxy configuration and does not even reach Jellyfin.
When I first access Jellyseer (I am on the setup page where I have to chose the media server) I can already see the following error in the browser console:
When I look at the response body this is the content:
Maybe someone already has an idea how to help but to give some more reference I will lay out my setup as well:
Setup explanation
General Setup
Everything is dockerized and all containers are in the same docker network.
I have a pihole as my private DNS and nginx proxy manager (NPM) as my reverse proxy.
I also have a domain,
example.com
, and a wildcard ssl certificate for it.Pi Hole setup
In my pihole I have a private DNS entry for
npm.internal
that resolves to the IP of my server, where all docker containers are running on.Furthermore I have CNAME entries for
jellyfin.example.com
andjellyseerr.example.com
both directed atnpm.internal
NPM setup
Then in NPM I have the following proxies:
https://jellyfin:8920
, blocking common exploits and websocket support enabled. It uses the wildcard certificate and forces SSLJellyfin settings (Networking)
*.example.com
certificate to acert.pfx
and mapped it into the container, this is the path to itAll other fields are empty and all other checkboxes are unchecked.
Let me know if I can provide more/different information or I should try anything different.
Best wishes!
Beta Was this translation helpful? Give feedback.
All reactions