Access Lists not working

See original GitHub issue

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you’re not using someone else’s docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug If i using Access List and im 100% sure that the Password are correct i recieved

{ "message": "invalid username or password" }

The nginx prozess was reloaded correctly.

[2/15/2022] [9:11:00 PM] [Access ] › ✔ success Built Access file #6 for: smarteshome [2/15/2022] [9:11:24 PM] [Nginx ] › ℹ info Reloading Nginx [2/15/2022] [9:11:56 PM] [SSL ] › ℹ info Renewing SSL certs close to expiry… [2/15/2022] [9:11:58 PM] [Nginx ] › ℹ info Reloading Nginx

Nginx Proxy Manager Version V 2.9.15

To Reproduce Steps to reproduce the behavior:

  1. create Access List with “Satisfy any”, Pass Auth to host" enabled and one User (test/test)
  2. add Access List to Proxy Host
  3. open Link and type User = test and Password=test in the popup
  4. See error
  5. If im using a wrong user or password the popup will cleared and ask again for user/password

Expected behavior

Screenshots image

Operating System Ubuntu 21.10 Docker

Additional context

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
hoibercommented, Feb 15, 2022

Hey, Was it an exisiting access list that you modified? if so have you re-opened and saved the related proxy host? Its a known issue where you need to re-save the host as well as setting the access list.

0reactions
viseshrpcommented, Dec 21, 2022

Check this out for workarounds: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/383 Also, I had these in Custom Configuration:

real_ip_header CF-Connecting-IP;
#real_ip_header X-Forwarded-For;

Commenting them out helped solve the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: access-list not working - Cisco Community
hi. i have two vlans on running on a cisco 6509 switch. vlan 1 is in net 10.1.0.0 255.255.240.0. vlan 2 is in...
Read more >
Cisco router access list not working as expected
I'm trying to set up a network in packet tracer with inter-VLAN routing. I need to restrict one of the VLANs to only...
Read more >
Simple ACL not working - Server Fault
I bound an ACL with the following statements to the inbound interface of each subnet. On Gi0/0 (1.0/24) I applied "access-list 101 permit...
Read more >
Configuring Access Control Lists (ACLs)
Understanding Access Control Lists. Access Control Lists (ACLs) are a collection of permit and deny conditions, called rules, that provide security by ...
Read more >
IPv4 ACL issues - CCNA Practice Tests - learncisco.net
We do this command show ip access-lists and you could also have done a show access-lists, would've had the exact same output. Troubleshooting...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found