Opened 9 months ago
Last modified 7 months ago
#2600 reopened defect
https://nginx.org/packages down?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | nginx-package | Version: | 1.25.x |
Keywords: | Cc: | ||
uname -a: | Linux 30411b4528ee 6.5.11-linuxkit #1 SMP PREEMPT Wed Dec 6 17:08:31 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux | ||
nginx -V: | not installable |
Description
https://nginx.org/packages currently results in a 404 error and if one follows the steps on https://nginx.org/en/linux_packages.html#Ubuntu, the apt update
step yields the following error:
E: The repository 'https://nginx.org/packages/ubuntu jammy Release' does not have a Release file. 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.
Change History (10)
comment:1 by , 9 months ago
comment:3 by , 9 months ago
Seeing this as well on GCP in us-central1
Reproduces 100%:
docker run --rm -it ubuntu:20.04 bash
And inside that shell
apt-get update apt install curl gnupg2 ca-certificates lsb-release ubuntu-keyring curl https://nginx.org/keys/nginx_signing.key | gpg --dearmor \ | tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \ http://nginx.org/packages/mainline/ubuntu `lsb_release -cs` nginx" \ | tee /etc/apt/sources.list.d/nginx.list apt update
Nets me
root@67fa49d5641f:/# apt update Ign:5 http://nginx.org/packages/mainline/ubuntu focal InRelease Err:6 http://nginx.org/packages/mainline/ubuntu focal Release 404 Not Found [IP: 3.125.197.172 80] Reading package lists... Done E: The repository 'http://nginx.org/packages/mainline/ubuntu focal Release' does not have a Release file. 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.
comment:7 by , 9 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:8 by , 7 months ago
it seems to be back again 🤔
$ curl https://nginx.org/packages/ubuntu -I HTTP/1.1 404 Not Found Server: nginx/1.25.3 Date: Wed, 17 Apr 2024 15:42:06 GMT
comment:9 by , 7 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Note:
See TracTickets
for help on using tickets.
Can verify. Getting 404 from both a local ISP in Sweden and Azure West Europe.
Are there any mirrors for this repo that can be used as a workaround?