mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #368] Impossible to get Let's Encrypt certificate http/dns : error error read certificate: open : no such file or directory #205
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#205
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 @PastaGringo on GitHub (May 2, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/368
Describe the bug
I just installed nginx-ui with docker.
I want to create my first reverse proxy for nginx-ui (nui.domain.tld -> IP:80) but I can't get a valid ssl Let's Encrypt certificate.
domain.tld is my domain where I set DNS A records (domain + *.domain) pointing to my external VPS IP address.
To Reproduce
Steps to reproduce the behavior:
Manages Sites > Add Site:
Configuration name: basic
Listen: 80
server_name: nui.domain.tld
Next
Enable TLS ✅
Do you want to enable TLS popup: OK
Encrypt website with Let's Encrypt ✅
Challenge method: HTT01
Key Tape: RSA2048
ACME user: System Initial User (already setup my Let's Encrypt account)
Next
The popup opens and nothing happen after
Getting the certificate, please wait...Expected behavior
The TLS certificate is generated from Let's Encrypt and set to server nui.domain.tld.
Screenshots

Info (please complete the following information):
Additional context
Logs from
docker logs -f nginx-ui:docker-compose.yml:
@0xJacky commented on GitHub (May 2, 2024):
Sorry, I'll fix it later.
@0xJacky commented on GitHub (May 2, 2024):
Please try v2.0.0-beta.21, it should be fixed now.