mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #843] NPM login deny with access list #712
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#712
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 @techc0de on GitHub (Jan 25, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/843
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Operating System
Additional context
After I enter the credentials in the auth pop up box, it denied.
It goes into a loop after I enter the credentials even it's correct.
If I click cancel, the domain would direct to: https://npm.mydomain.com/login.
It then let me enter my email, and password, but it wouldn't let me log in.
I've tried the 'Access' in the Access List with IP and no ip, but error persist.
I've also tried turn off proxy option in Cloudflare as well.
However, the access list works with other services.
NPM current setup:
@techc0de commented on GitHub (May 8, 2021):
I'm using NPM v2.9.1 as of today's date, the issue still persist.
I also added
real_ip_header CF-Connecting-IP;in the Custom Nginx Configuration box.@chaptergy commented on GitHub (May 12, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/334
@Raito00 commented on GitHub (Jun 3, 2021):
I have the same problem with npm Auth Loop . Version 2.9.3
@techc0de commented on GitHub (Aug 5, 2021):
Hi,
I'm currently using v2.9.6, and the issue still persist.
The proxy access list works for other subdomains except NPM itself.
I don't understand why.
However, if I use the below proxy codes, the access list box will not prompt and let me log in.
location / { include conf.d/include/force-ssl.conf; proxy_pass http://172.17.0.1:81; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; }@chaptergy commented on GitHub (Aug 5, 2021):
This issue was closed as a duplicate. Please only use the open issue to add helpful information, since it will get lost here.