Open isiko opened 1 year ago
the same problem
Same for me, except this only happens when I use an access list with basic authentication. An access list with only IP restrictions works fine.
Looks like the UI sometimes forgets to add the following two lines to the .conf file:
listen 443 ssl http2;
#listen [::]:443;
I have this issue as well. Pretty annoying, as most hosts I have are using the ACL: I have to change all proxy hosts their configuration twice to get it back to working correctly. For instance: switching the redirect to http:// and then back to https:// (or the other way around) for all proxy hosts does the trick.
Issue is now considered stale. If you want to keep it open, please comment :+1:
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug When adding an access list to a Proxy and try to access it afterwards, the Certificate used is a Dummy Certificate using localhost as the CA
Nginx Proxy Manager Version 2.9.19
To Reproduce Steps to reproduce the behavior:
Expected behavior A Valid Certificate is returned and the Page can be accessed like normal
Operating System Ubuntu 22.04.1 + Docker
Additional context Docker-Version: 20.10.22