mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[GH-ISSUE #2785] Broken internal HTTPS access #9002
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 @Cypac-Cybersecurity on GitHub (Apr 4, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2785
Describe the Bug
I made the mistake of updating everything before doing a backup and randomly a number of HTTPS container endpoints I need access to now show 'no available server' when I browse to the reverse proxy address. No errors show up in the logs... no indicators of issues appear anywhere else.
I spent a few hours troubleshooting and finally tried to roll back to v1.16.2 and while some of the https internal proxies worked again, the ones I re-created after going to 1.17.0 still do not work, and the ui after the roll back is broken.
Specifically I'm trying to access Portainer at 9443 and NGinx Proxy Manager (NPMPlus) at https port 81... neither work in 1.17.0
Environment
To Reproduce
Upgrade to 1.17.0 and make a reverse proxy to https://Portainer:9443, then browse to the public url
Expected Behavior
the UI should come up
@matthew-pye commented on GitHub (Apr 4, 2026):
I also ran into this issue it seems to be that 1.17 is removing(?) the server address in the traefik config
1.16.2

1.17

@LaurenceJJones commented on GitHub (Apr 4, 2026):
Maybe linked to https://github.com/fosrl/pangolin/issues/2782
Can you force repull the 1.17 image and do a down and up.
@matthew-pye commented on GitHub (Apr 4, 2026):
Done, Its working for me now. Thanks