mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[GH-ISSUE #1142] Can I run on port 9443 instead of 443? #8543
Reference in New Issue
Block a user
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 @bodleytunes on GitHub (Jul 27, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1142
Hi
I already have a Gravitational Teleport server running on 443 so tried to use 9443:443 in the docker compsoe file, it seems to work in the UI but when I create a subdomain and resouce I'm getting "unauthorized" when hitting the resource.
The resource / client end is connecting fine and showing up.
Wondering if some other config needs changing to tell it that the public port is now 9443 forwarding in to 443 via docker?
Thanks,
Jon.
@Error-Gap commented on GitHub (Jul 31, 2025):
FYI, I was also trying to do the same and for similar reasons (existing webserver running on :443) but there were some places in the code that didn't like alternate ports.
See https://github.com/fosrl/pangolin/issues/1133
(Just submitted the PR, so should be doable soon if the pull is accepted to this project)
@bodleytunes commented on GitHub (Jul 31, 2025):
Ok great!
Regards,
Jon.
On Thu, 31 Jul 2025 at 05:45, Error-Gap @.***> wrote:
@miloschwartz commented on GitHub (Sep 27, 2025):
Traefik needs to run on 443/80 to work because it expects to serve resources via HTTPS and terminate SSL
@github-actions[bot] commented on GitHub (Oct 12, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (Oct 26, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.