-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manually set redirect URL #171
Comments
What is the expected URL and what is the URL that the plugin is redirecting to? |
The expected URL is a different domain because I am using CNAME aliasing to get to Jellyfin, so obviously the plugin cannot see that. |
I am using CNAME aliasing for my Jellyfin instance, so the problem likely does not lie there. Could you please tell me what the plugin is redirecting you to? Screenshots of error messages may also be helpful in fixing this problem. |
On that error page, in the URL, there should be a |
The URL in the bar shows |
Seems like the plugin is redirecting to |
What are you using as a reverse proxy? It seems as if the reverse proxy is misconfigured. |
The reverse proxy is not under my control and I am unable to modify the reverse proxy. |
Can you add the IP address of the reverse proxy to Jellyfin's trusted proxy list? This may only be effective if the reverse proxy is contacting your Jellyfin server over the internet (ie not from a local IP) |
I have two layers of reverse proxying active, one is from Cloudflare and the other is from the seedbox's host, and I do not know what the IPs are of the seedbox's proxy since I do not have access to it. |
Hmm, I'll have to take a look into the codepaths. |
For now I just bit the bullet and opened up an LDAP endpoint on Authentik. |
I do think that this is a problem with your networking setup. However, as the reverse proxies are not under your control, I don't know what to do. I do want to avoid a custom "redirect URL override" option, but that seems like it would be warranted in this use case. |
Adding the nginxproxyip to trusted proxys fixes this. Sorry. |
Describe the bug
The Jellyfin instance thinks it has a different redirect URL than the actual redirect URL, so it redirects me to the wrong URL and I get an SSL error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should redirect to the actual URL or let me specify it.
Screenshots
N/A
Configuration
I do not have access to the raw config files as it is on a Seedbox.
Versions (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: