Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛https://pkg.cloudflare.com/cloudflared returns 404 #1382

Open
stranck opened this issue Dec 28, 2024 · 0 comments
Open

🐛https://pkg.cloudflare.com/cloudflared returns 404 #1382

stranck opened this issue Dec 28, 2024 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working

Comments

@stranck
Copy link

stranck commented Dec 28, 2024

Describe the bug
While trying to install/upgrade cloudflared using debian packages (By following this guide), the https://pkg.cloudflare.com/cloudflared page returns a 404 and apt-get fails retriving the release file

To Reproduce
Steps to reproduce the behavior:
In the official installation, run:

sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflared.list
sudo apt-get update && sudo apt-get install cloudflared

But even running curl -v https://pkg.cloudflare.com/cloudflared | head shows us that we're getting a 404

Expected behavior
The endpoint should give me a release file

@stranck stranck added Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working labels Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant