mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #418] Unable to download plugin github.com/fosrl/badger: error: 403 #10200
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 @emmdel on GitHub (Mar 28, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/418
Hi !
I installed Pangolin 1.1.0 on a brand new Debian 12 VPS as a docker compose stack, without Crowdsec.
The UI is working well, but I have a 404 when trying to access any created resources.
The Traefik log show this :
Looks like I hit a remote WAF or something similar ? There is no firewall enabled.
I can curl
github.com/fosrl/badgerfrom the same machine.Did anyone experienced this ?
@miloschwartz commented on GitHub (Mar 28, 2025):
Does this happen consistently?
Are you able to curl from within the Traefik container itself?
docker exec -it traefik shwill open a shell for you to try to curl.@emmdel commented on GitHub (Mar 29, 2025):
It happens consistently yes, thanks for your help.
Running curl from the traefik container works well :
When formatting the HTML returned in the error, got this string :
So a captcha challenge is returned to Traefik instead of the plugin.
Can't understand if the IP of my brand new VPS is dirty, or if it's something else.
@aszurnasirpal commented on GitHub (Mar 29, 2025):
I can report the same issue
However, after restarting docker a couple of times, my 404 error disappeared, and everything returned to normal.
@emmdel commented on GitHub (Mar 31, 2025):
So I deleted the VPS and recreated another one (with another public IP), this time with no problems.
When searching references about this kind of problems, I learned that entire IP blocks are blacklisted by Cloudflare and similar, and by sysops tired of crappy trafic from cheap VPS providers.