mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #182] Automatic HTTPS redirect for admin access #162
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#162
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 @pikausp on GitHub (Aug 6, 2019).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/182
I was not able to find this in the documentation, but is it possible to acquire SSL cert and proxy traffic to 81 out of the box, or do I need to do that manually when I do not want to access the admin panel via HTTP?
@jc21 commented on GitHub (Aug 6, 2019):
What I personally do is use 81 locally at first to create a proxy host for the management interface with ssl enabled. Then I disable docker port forwarding on 81.
@pikausp commented on GitHub (Aug 7, 2019):
@jc21 that's what I did using SSH tunnel, however, I feel like most people will end up accessing the admin panel insecurely over the internet using HTTP, hence the enhancement proposal.
My take is in 95%+ of the scenarios people want/should use
127.0.0.1:81:81in theportssection and proxy the admin. What do you think?@DonavanMartin commented on GitHub (Dec 16, 2021):
This issue isn't well documented. Most of users will left 81 port insecure.
@bbeckford commented on GitHub (Jan 13, 2022):
Hey @jc21 could you share a quick tutorial on how to set this up?
I've got the proxy working but I want to turn off port 81 publicly now, just not sure how to do that part :)
@jc21 commented on GitHub (Jan 13, 2022):
It's as easy as creating a proxy host to
127.0.0.1on port81and afterwards, updating the docker-compose.yml file to remove port 81 forwarding.@ZeroPing01 commented on GitHub (Mar 12, 2022):
Hey,
@jc21
Thanks for this.
Which certificate do you use for ssl in your lan ?
(is it self signed certificate ?)
I dont want to expose npm web admin on internet.
@phocks commented on GitHub (Oct 21, 2022):
This is a great idea. Would be good to include in the docs. Cheers!
@github-actions[bot] commented on GitHub (Apr 2, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (May 12, 2025):
Issue was closed due to inactivity.