mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1361] WEB-UI HTTPS support #1075
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1075
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 @Kopernikus1979 on GitHub (Aug 29, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1361
Hi,
Would it be possible to integrate direct HTTPS for the Web-UI?
Now I create a reverse proxy for this purpose, but it would be better if we can access it directly.
Like this: https://IP:81
@chaptergy commented on GitHub (Aug 29, 2021):
This comes with many issues as the domain or the IP address could be anything. So it is not possible to issue a valid certificate for this. And as browsers tighten the security more and more on I valid certificates, this might prevent some people from accessing the admin panel at all. So the officially preferred method is via a proxy host.
This is also a duplicate of https://github.com/jc21/nginx-proxy-manager/issues/182