mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #434] Unable to generate TLS certificates, app just hangs #4679
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4679
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 @saheljalal on GitHub (Jul 5, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/434
Describe the bug
Trying to add TLS certificates after enabling and toggling "Encrypt website with Let's Encrypt" causes the web app to hang. I built this from the source and saw this error repeatedly in the logs regarding web sockets:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This should handle getting certs automatically without any issues.
Screenshots


Info (please complete the following information):
Additional context
@0xJacky commented on GitHub (Jul 6, 2024):
Hi @saheljalal, did you run nginx-ui behind a reverse proxy?
@saheljalal commented on GitHub (Jul 6, 2024):
Yes @0xJacky , my setup is as follows:
@0xJacky commented on GitHub (Jul 7, 2024):
To enable Nginx to proxy WebSocket connections, refer to the detailed guide available at Nginx Proxy Example.