mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #2601] Dashboard works for a few minutes then throws ERR_SSL_PROTOCOL_ERROR #27815
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 @shusterrooster on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2601
Describe the Bug
My dashboard randomly stopped working. I went to install Pangolin fresh because the instance wasn't working. I have been able to create the admin user but then after that, all I get is a ERR_SSL_PROTOCOL_ERROR response.
The SSL certificate seems to be valid and the IP seems to be pointing to the right location. The Docker containers are also running healthily.
Environment
To Reproduce
I haven't been able to test a reproduction as I don't have a port exposed to test SSL certs with (or maybe I can do it locally but I am unsure)
Fresh install of Ubuntu, use quick installer. Set up normally. After auth token is entered, the SSL error will persist.
Expected Behavior
You are supposed to see the dashboard normally.
@plagor44-ux commented on GitHub (Mar 5, 2026):
What kind of certificate provider are you using? Let's encrypt or something else? For http challenge port 80 needs to be open.
Sounds like a traefik issue to me. You might want to check those logs.
@shusterrooster commented on GitHub (Mar 5, 2026):
I checked the traefik logs and it looks like I submitted too many requests for new SSL certs with Let's Encrypt. I generated a new one after the restriction was lifted and now I am getting errors from the Pangolin container.
Here's what the Pangolin container returned:
Here's the log file it points to:
However, it doesn't seem like the other containers can communicate with each other despite saying they are running healthily. Any thoughts?
@shusterrooster commented on GitHub (Mar 5, 2026):
Here is what I am getting from Traefik:
@shusterrooster commented on GitHub (Mar 5, 2026):
FIGURED IT OUT!!!! my ISP was blocking my connection to the Pangolin instance for whatever reason. Using a VPN and it works fine lol