mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #704] Stuck at Getting the certificate, please wait... #6136
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#6136
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 @FluffyDiscord on GitHub (Nov 6, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/704
Describe the bug
Nginx UI fails to send request to create SSL certificate if its run from Firefox.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Certificate creates normally
Screenshots

Info (please complete the following information):
Additional context
Works using Chrome.
@0xJacky commented on GitHub (Nov 7, 2024):
Hi @FluffyDiscord, did you run Nginx UI behind a reverse proxy?
@0xJacky commented on GitHub (Nov 7, 2024):
If so, please modify the configuration file to allow Nginx to handle WebSocket requests for Nginx UI.
@FluffyDiscord commented on GitHub (Nov 7, 2024):
No, it's not run behind reverse proxy. Also I noticed that the error I sent in screenshot happens also on Chrome, but at random. Refreshing page helps.
@Hintay commented on GitHub (Nov 8, 2024):
Hello, can you provide the running logs of the nginx ui at the time of this issue?
@FluffyDiscord commented on GitHub (Nov 8, 2024):
Hi, there is nothing to send. It's a cors issue as mentioned before. You can see the only error on the screenshot. The request was blocked by browser apparently, so nginx doesn't even see it
@0xJacky commented on GitHub (Nov 16, 2024):
I will fix it later.