mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #366] Connection Error: Error: read ECONNRESET #313
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#313
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 @LimonChoms on GitHub (Apr 14, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/366
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
At present, I use NPM v2.2.2 and MariaDB 10.4.12, which are the latest tags from docker. I refer to the documents and configure them to run perfectly, but the only one problem is that NPM will make the following errors every hour:
[4/14/2020] [5:53:18 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry...
[4/14/2020] [5:53:20 AM] [Nginx ] › ℹ info Reloading Nginx
[4/14/2020] [5:53:20 AM] [SSL ] › ℹ info Renew Complete
Connection Error: Error: read ECONNRESET
[4/14/2020] [6:53:18 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry...
[4/14/2020] [6:53:20 AM] [Nginx ] › ℹ info Reloading Nginx
[4/14/2020] [6:53:20 AM] [SSL ] › ℹ info Renew Complete
Connection Error: Error: read ECONNRESET
[4/14/2020] [7:53:18 AM] [SSL ] › ℹ info Renewing SSL certs close to expiry...
[4/14/2020] [7:53:20 AM] [Nginx ] › ℹ info Reloading Nginx
[4/14/2020] [7:53:20 AM] [SSL ] › ℹ info Renew Complete
Connection Error: Error: read ECONNRESET
On MariaDB, the following error is displayed:
2020-04-14 5:03:20 37 [Warning] Aborted connection 37 to db: 'nginx' user: 'nginx' host: '127.0.0.1' (Got timeout reading communication packets)
2020-04-14 6:03:20 38 [Warning] Aborted connection 38 to db: 'nginx' user: 'nginx' host: '127.0.0.1' (Got timeout reading communication packets)
2020-04-14 7:03:20 39 [Warning] Aborted connection 39 to db: 'nginx' user: 'nginx' host: '127.0.0.1' (Got timeout reading communication packets)
I have tried to modify the timeout configuration of MariaDB, but it does not help. Although it does not affect the use, it may be better to reduce some errors?
Operating System
@github-actions[bot] commented on GitHub (Mar 30, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (May 9, 2025):
Issue was closed due to inactivity.