linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

nightly: url redirects to ip #152

Closed vaneess closed 2 years ago

vaneess commented 2 years ago

linuxserver.io


Expected Behavior

radarr can be accessed trough outside like in develop version

Current Behavior

i everyone i'm using the nightly build of radarr. for about 2 weeks, i get redericted to https://ipadress:7878/login?ReturnUrl=%2F and get a SSL error (ERR_SSL_PROTOCOL_ERROR) when i try to access my radarr from outside through https://radarr.domain (i'm using a sophos firewall with virtual webservers for redirecting to https)

the problem does not exist in the develop version with the same settings.

Steps to Reproduce

  1. install latest nigthly version
  2. set general settings to: bind address = , port number = 7878, URL base = empty*, enable ssl = false
  3. configure your firewall so you can access radarr from external over https (virtual webserver)

Environment

OS: ubuntu lts 20.04.3 CPU architecture: x64 How docker service was installed: Version 4.0.0.5497 Package Version 4.0.0.5497-ls155 by linuxserver.io .NET Yes (5.0.10) Docker Yes DB Migration 199

Command used to create docker container (run/create/compose/screenshot)

docker create \ --name=radarr \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Europe/Zurich\ -p 7878:7878 \ -v /var/docker/radarr/config:/config \ -v /var/Media/Filme:/movies \ -v /var/docker/sabnzbd/datadir/Downloads:/Downloads \ --restart unless-stopped \ linuxserver/radarr:nightly

Docker logs

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

Roxedus commented 2 years ago

This is not a container issue. It also sounds like this upstream issue https://github.com/Radarr/Radarr/issues/6676