jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
755 stars 166 forks source link

Unable to start container #276

Closed Cruv closed 1 year ago

Cruv commented 1 year ago

[nginx] starting... nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/npm-72/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-72/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

I tried adding a new host before this started happening. I didn't delete any of the certs manually. I looked in the archive folder to see if I could find npm-72 but nothing there so it looks like this bug occurred before it could actually create anything.

Cruv commented 1 year ago

The host doesn't even exist in proxy_host either

Cruv commented 1 year ago

found the host that was referencing the missing cert and deleted it.