mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #110] [AutoCert] Recover runtime error: invalid memory address or nil pointer dereference #1408
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#1408
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 @ZoutigeWolf on GitHub (Apr 29, 2023).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/110
I just installed nginx-ui on ubuntu server with the linux installscript but when i start the service with
sudo systemctl start nginx-uiit gives me this output in the systemctl status:It looks like AutoCert is having memory issues.
Would it be possible to run nginx-ui without ssl?
To Reproduce
Steps to reproduce the behavior:
sudo systemctl start nginx-uisudo systemctl status nginx-uiExpected behavior
I was expecting to see the install screen when visiting
<server_ip>:9000/installbut i got a timeout insteadInfo
@ZoutigeWolf commented on GitHub (Apr 29, 2023):
Looks like nginx-ui requires you to run it with ssl through nginx.
I added the nginx-ui to my nginx configuration with an ssl certificate and now it works.
@0xJacky commented on GitHub (Apr 30, 2023):
If you’re using a cloud server, please make sure that port 9000 is open.
@ZoutigeWolf commented on GitHub (Apr 30, 2023):
Yeah port 9000 wasn't forwarded so I had to run it through Nginx on port 443