mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #922] Login Bad Gate and SSL Internal Error #783
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#783
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 @starsareintherose on GitHub (Mar 3, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/922
Are you in the right place?
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
It can make me login and set SSL
Screenshots
If applicable, add screenshots to help explain your problem.
Operating System
Ubuntu 18
Additional context
Add any other context about the problem here, docker version, browser version if applicable to the problem. Too much info is better than too little.
My docker-compose.yml
my config.json
docker ps -a
@starsareintherose commented on GitHub (Mar 3, 2021):
I can login after restart and waite.
The SSL error is following
@starsareintherose commented on GitHub (Mar 3, 2021):
letsencrypt.log
The log is here. Too long to copy here
@LanceMcCarthy commented on GitHub (Mar 5, 2021):
I started having the issue too, and now the entire system is down because it's hung in a loop (Docker marked it as unhealthy and the port is unresponsive). I decided to (╯°□°)╯︵ ┻━┻ and start from scratch.
surprise, surprise, the brand new install is also having the issues, so maybe it is a systemic problem
Steps to reproduce
Raspberry Pi 4
Brand new docker-compose using
wait for login, use default credentials
Observe : Bad gateway in web UI
Observe: Continuous errors about uncaught promises in Docker logs
@starsareintherose commented on GitHub (Mar 5, 2021):
Also, firstly, I can't set 80:80, then 443:443 can't be used.
@starsareintherose commented on GitHub (Mar 5, 2021):
When Bad Gate, restart and waited then will be okay.
@LanceMcCarthy commented on GitHub (Mar 5, 2021):
I even recreated the container from scratch, it didn't resolve the issue.
That led me to look at what is inside the persisted volume's data and letsencrypt folders. Looking at the logs I saw a FileNotFound error when trying to look for a cert inside the
letsencrypt/npm32/folder.. but there is no npm32 fodler at all.To work around the error, I copied an existing
letsencrypt/npm31/folder toletsencrypt/npm32/to get past the FileNotFound error. That actually worked! the container isn't stuck in a permanent loop and I can log in again.However, there's a new problem with the front end. When I try to add a proxy_host or anything that opens a popup, I get the following client-side error
I will open anew issue as this is no longer related to the error you're having and I don't want to add noise to your case :)