mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #466] Adding SSL when with AccessList results in bad Nginx config #392
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#392
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 @cmitz on GitHub (Jun 19, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/466
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
A clear and concise description of what the bug is.
When adding SSL with LetsEncrypt to a domain that has an AccessList, the system provides a LE Certificate but generates an invalid new config.
What version of Nginx Proxy Manager is reported on the login page?
v2.3.1
To Reproduce
Steps to reproduce the behavior:
192.168.1.0/24To fix this, go back to open the Access List (edit) and just press Save without changing it. Disable and enable the proxy host again and all is well.
This happens also when:
Expected behavior
I expected the dialog to close with no errors.
Screenshots
Screenshots with proxy 6:


Operating System
I use NginxProxyManager in a Docker setup using UnRaid (Ubuntu).
Additional context
The auto-generated, slightly censored config after adding the LE certificate:
The config after opening and saving the AccessList again:
@R0GGER commented on GitHub (Jun 29, 2020):
I am having exact same issues.. Can somebody patch this one?
@hlidar85 commented on GitHub (Aug 14, 2020):
I have the same problem here
@Baukebrenninkmeijer commented on GitHub (Sep 22, 2020):
Same problem!
@alex20465 commented on GitHub (Oct 22, 2020):
same problem
@cmitz commented on GitHub (Oct 22, 2020):
This was fixed in 2.6.1 I think. https://github.com/jc21/nginx-proxy-manager/releases/tag/v2.6.1
At least for me it was :)