Windows 10E
IIS as reverse proxy
Sonarr ver: 2.0.0.4617 develop
Sonarr and Radarr running as a system server from root C:\
Working just fine on several other python based apps set up in the same fashion Rewrite from domainname.com(443)/program to internalIP:port.
I know it’s something simple because it’s happening on Sonarr too, but NOT on other apps that run on the box in the exact same fashion, nzbhydra, sabnzbd, etc.
Reverse Proxy server settings (IIS):
Incoming pattern: radarr/(*)
Rewrite url: is http://localhost:7879
Radarr settings:
Bind address: *
SSL Enabled
URL Base: /Radarr
so, when I hit https://MYDOMAIN/Radarr/
I get “too many redirects”.
If I change the Rewrite URL to: Localhost:7879/radarr/
Then I get an all white screen that just says “radarr ver”
Screenshot:
WTF am I doing wrong?