mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1351] NGINX UI not accessible after change to HTTPS #2752
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#2752
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 @jiriteach on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1351
Running a fresh installation of NGINX UI via a Docker container.
services: npm: stdin_open: true tty: true container_name: npm restart: always environment: - TZ=Pacific/Auckland volumes: - /home/administrator/Docker/npm/nginx-core:/etc/nginx - /home/administrator/Docker/npm/nginx-ui:/etc/nginx-ui - /home/administrator/Docker/npm/nginx-www:/var/www - /var/run/docker.sock:/var/run/docker.sock ports: - 9880:80 - 9843:443 image: uozi/nginx-ui:latestSetup is OK after initially starting the container and accessing 9880 - basically port 80.
Upload my cert and thats OK and valid.
Set NGINX UI to use HTTP under preferences.
Not the WebUI will no longer load.
I am seeing this in the Docker logs -
2025/09/12 06:12:32 http: TLS handshake error from 127.0.0.1:59020: EOFStrange as the certificates are valid.
Any ideas whats can be causing this? Thanks