mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
"Disabled for local addresses" Still requesting authentication on LAN #8443
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#8443
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tCooperBrown on GitHub (May 8, 2024).
Is there an existing issue for this?
Current Behavior
I have set Authentication to "Disabled For Local Addresses" but I am still prompted for username & password when using a device on the local network.
Expected Behavior
No prompt for authentication when accessing Radarr from the local network.
Steps To Reproduce
Environment
What branch are you running?
Master
Trace Logs? Not Optional
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@bakerboy448 commented on GitHub (May 8, 2024):
Basic auth is - less than great for many reasons - does this issue reoccur with forms auth?
@mynameisbogdan commented on GitHub (May 8, 2024):
Yes, please try changing to forms so we can exclude a possible caching issue.
But since I'm seeing 192.168.x.x for assets but 127.0.0.1 for API requests I'm gonna say you have an issue with the reverse proxy configuration.
See https://wiki.servarr.com/radarr/installation/reverse-proxy and try to fix it, then report back if the issue still persists.
@tCooperBrown commented on GitHub (May 9, 2024):
Sorry guys - I realised it's actually Swizzin's panel requesting auth (192.168.XX being the panel and 192.168.XX/radarr being a protected route behind the panel). At least I believe that's the issue! Will close this for now