-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image? - Are you sure you're not using someone else's docker image?
- If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network?
Describe the bug
- A clear and concise description of what the bug is.
- What version of Nginx Proxy Manager is reported on the login page?
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
- Unraid 6.8.3