mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #455] Access Lists not working. #382
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#382
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 @joe9624 on GitHub (Jun 9, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/455
Checklist
jc21/nginx-proxy-manager:latestdocker image?Yes
Yes
N/A
Describe the bug
V2.30
Just to start! NPM is awesome! I love that little to no maintenance needs to go into setting up my proxies. Thank you for all your hard work!
When trying to add access rules it does not seem to apply it to the Ngnix config. I am trying to allow only my local subnet to get access to a certain page.
To Reproduce
Steps to reproduce the behavior:
Add ip or ip range to access list.
I do not add anyone in for authorization.
Save.
I then add the access rule to a new proxy that I setup. I am using Lets Encrypt to get the certificate.
Expected behavior
I expect to be able to access my page from the IPs specified. I keep getting 403 on the pages. I checked the conf file for the proxy and there seems to be nothing added under the section where access list is commented. All that is there is the default deny all rule.
Operating System
Ubuntu Server 18.04 VM
Thank you in advance.
@jc21 commented on GitHub (Jun 9, 2020):
Can you try
2.3.1or2orlatestdocker tags please@joe9624 commented on GitHub (Jun 9, 2020):
That did it. Didn't see there was a new version posted! Thank you very much!
@smarteshome2020 commented on GitHub (Feb 13, 2022):
Hi, i have the same problem with V2.9.15. If i use any access List the Password never works. eg. I create Access Lsit with Name =test, User=Test pw= Test. If i try to enter the page i will ask for User and PW. If i user Test/Test i get the responde {
"message": "invalid username or password"
}