I’m lost; I would like my services to be connectable only via https and behind the htpasswd password.
Completely works with Radarr Tautulli and Sabnzbsd, however; Sonarr, Ombi and Coachpotato can still be connected on http://domain:port. Strangest thing is that conf file of Sonarr and Radarr are completely the same.
What do I miss?
Sonarr
<Location /sonarr>
ProxyPass http://localhost:8989/sonarr
ProxyPassReverse http://localhost:8989/sonarr
AuthType Digest
AuthName “rutorrent”
AuthUserFile ‘/etc/htpasswd’
Require user plex
Radarr
<Location /radarr>
ProxyPass http://localhost:7878/radarr
ProxyPassReverse http://localhost:7878/radarr
#AuthType Digest
#AuthName “rutorrent”
#AuthUserFile ‘/etc/htpasswd’
#Require user plex