mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #4724] Nginx as local network proxy with Lets encrypt and Duckdns doesn't work after upgrade #3000
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#3000
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 @komzi2920 on GitHub (Aug 21, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4724
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I'm not sure if this a bug.
I have updated my container which was configured with SSL and Duckdns to manage local hosts in my home network, but now I cannot access them via https protocol because I get now always 504 timeout error.
I have increased the timeout for the parameters listed below in nginx.conf file and now I'm getting a different error 502 Bad Gateway.
proxy_connect_timeout 300s;
proxy_send_timeout 300s;
proxy_read_timeout 300s;
Below is show the curl command output when trying to test https connection with my host xx @domain yy.duckdns.org
#####################################
curl -v https://xx.yy.duckdns.org
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- old SSL session ID is stale, removing
<html> <head></head>< HTTP/1.1 502 Bad Gateway
< Server: openresty
< Date: Thu, 21 Aug 2025 21:33:27 GMT
< Content-Type: text/html
< Content-Length: 154
< Connection: keep-alive
<
502 Bad Gateway
openresty </html> * Connection #0 to host xx.yy.duckdns.org left intact 502 Bad Gateway502 Bad Gateway
Can you please help me how to resolve this ?
Thanks !
Nginx Proxy Manager Version
v2.12.6
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Operating System
Additional context
@komzi2920 commented on GitHub (Aug 26, 2025):
Hi guys,
I'm struggling to resolve his issue and now it looks that it is relevant to rootless docker network (driver slirp4netns) which for some reason has problems after upgrade. I still don't understand what was changed vs previous status, but I'm sure that this is the root cause of the issue I'm having. I'll try later with localhost or 10.0.2.2 ip (tap0 device created in user space) for all other containers running in the same host machine, but I don't know how to address the cases for other hosts in my LAN network. I'd appreciate if someone can guide me to resolve this unexpected situation. If no, I'm thinking to run docker as not rootless and that will open vulnerabilities or maybe I'll try podman. Thanks !