[GH-ISSUE #679] Web Interface not working #574

Closed
opened 2026-02-26 06:33:28 +03:00 by kerem · 1 comment
Owner

Originally created by @Knocks83 on GitHub (Oct 28, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/679

Hello, I'm trying to run Nginx Proxy Manager on a Raspberry Pi.
I had managed to get it running, but I had to restart it and now the webinterface isn't working anymore.
I tried checking the used ports both before and after starting the cointainer (I'm starting it with docker-compose up -d) and the ports get binded when running the container, but opening ip:80 or ip:81 shows nothing.
While the ports get binded on my host, I noticed that if I check the listening ports in my container there is just the port 3000 (and the 43855, but I guess that's just a dynamic port).
I'm using SQLite as database.
I tried checking the log and it keeps writing that:

2020/10/28 16:04:18 [emerg] 23423#23423: BIO_new_file("/etc/letsencrypt/live/npm-3/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-3/fullchain.pem','r') error:20
06D080:BIO routines:BIO_new_file:no such file)

Also, unexpectedly, if I try doing ls in the /etc/letsencrypt folder I only find the renewal-hooks folder.

Any help is appreciated.

Originally created by @Knocks83 on GitHub (Oct 28, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/679 Hello, I'm trying to run Nginx Proxy Manager on a Raspberry Pi. I had managed to get it running, but I had to restart it and now the webinterface isn't working anymore. I tried checking the used ports both before and after starting the cointainer (I'm starting it with `docker-compose up -d`) and the ports get binded when running the container, but opening ip:80 or ip:81 shows nothing. While the ports get binded on my host, I noticed that if I check the listening ports in my container there is just the port 3000 (and the 43855, but I guess that's just a dynamic port). I'm using SQLite as database. I tried checking the log and it keeps writing that: ``` 2020/10/28 16:04:18 [emerg] 23423#23423: BIO_new_file("/etc/letsencrypt/live/npm-3/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/npm-3/fullchain.pem','r') error:20 06D080:BIO routines:BIO_new_file:no such file) ``` Also, unexpectedly, if I try doing ls in the /etc/letsencrypt folder I only find the `renewal-hooks` folder. Any help is appreciated.
kerem 2026-02-26 06:33:28 +03:00
Author
Owner

@Knocks83 commented on GitHub (Oct 28, 2020):

Nvm, since it wasn't configured yet I just deleted and recreated everything

<!-- gh-comment-id:718107780 --> @Knocks83 commented on GitHub (Oct 28, 2020): Nvm, since it wasn't configured yet I just deleted and recreated everything
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#574
No description provided.