envoyproxy/envoy

https://deb.dl.getenvoy.io/public/deb/debian install 402 error

Open

#28.853 geöffnet am 5. Aug. 2023

Auf GitHub ansehen
 (11 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/distributionbughelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

Following https://www.envoyproxy.io/docs/envoy/latest/start/install#install-envoy-on-debian-gnu-linux instruction encounters the error below. It started to happen 1-2 days ago to our knowledge.

Easy reproduce: open https://deb.dl.getenvoy.io/public/deb/debian/dists/bookworm/InRelease in a browser

deb [arch=amd64 signed-by=/usr/share/keyrings/getenvoy-keyring.gpg] https://deb.dl.getenvoy.io/public/deb/debian bookworm main
Hit:1 http://deb.debian.org/debian bookworm InRelease
Err:2 https://deb.dl.getenvoy.io/public/deb/debian bookworm InRelease
  402  Payment Required [IP: 13.225.131.2 443]
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
Reading package lists... Done
E: Failed to fetch https://deb.dl.getenvoy.io/public/deb/debian/dists/bookworm/InRelease  402  Payment Required [IP: 13.225.131.2 443]
E: The repository 'https://deb.dl.getenvoy.io/public/deb/debian bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package getenvoy-envoy
root@831d9424280d:/# sudo apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Err:4 https://deb.dl.getenvoy.io/public/deb/debian bookworm InRelease
  402  Payment Required [IP: 13.225.131.45 443]
Reading package lists... Done
E: Failed to fetch https://deb.dl.getenvoy.io/public/deb/debian/dists/bookworm/InRelease  402  Payment Required [IP: 13.225.131.45 443]
E: The repository 'https://deb.dl.getenvoy.io/public/deb/debian bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@831d9424280d:/# sudo apt install getenvoy-envoy
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package getenvoy-envoy

Contributor Guide