Hello everyone,
I have recently installed proxmox and installed some VMs.
When I try to update proxmox or any Linux VM, APT refuses to download or install any packages due to certificate signing
I tried many solutions such as adding enterprise key and removing
adding [trusted=yes] to the repositories and all security bypasses in https://manpages.debian.org/stretch/apt/apt-secure.8.en.html
root@prox:~# apt update
Err:1 http://security.debian.org/debian-security bullseye-security InRelease
403 Forbidden [IP: 199.232.150.132 80]
Err:2 http://ftp.debian.org/debian bullseye InRelease
403 Forbidden [IP: 199.232.150.132 80]
Err:3 http://ftp.debian.org/debian bullseye-updates InRelease
403 Forbidden [IP: 199.232.150.132 80]
Err:4 http://download.proxmox.com/debian/pve bullseye InRelease
403 Forbidden [IP: 51.91.38.34 80]
Reading package lists... Done
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
E: The repository 'http://security.debian.org/debian-security bullseye-security InRelease' is no longer signed.
E: Failed to fetch http://security.debian.org/debian-security/dists/bullseye-security/InRelease 403 Forbidden [IP: 199.232.150.132 80]
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
E: The repository 'http://ftp.debian.org/debian bullseye InRelease' is no longer signed.
E: Failed to fetch http://ftp.debian.org/debian/dists/bullseye/InRelease 403 Forbidden [IP: 199.232.150.132 80]
E: Failed to fetch http://ftp.debian.org/debian/dists/bullseye-updates/InRelease 403 Forbidden [IP: 199.232.150.132 80]
E: The repository 'http://ftp.debian.org/debian bullseye-updates InRelease' is no longer 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.
E: Failed to fetch http://download.proxmox.com/debian/pve/dists/bullseye/InRelease 403 Forbidden [IP: 51.91.38.34 80]
E: The repository 'http://download.proxmox.com/debian/pve bullseye 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@prox:~#
Output from sources.list
root@prox:~# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib
root@prox:~#
I have recently installed proxmox and installed some VMs.
When I try to update proxmox or any Linux VM, APT refuses to download or install any packages due to certificate signing
I tried many solutions such as adding enterprise key and removing
adding [trusted=yes] to the repositories and all security bypasses in https://manpages.debian.org/stretch/apt/apt-secure.8.en.html
root@prox:~# apt update
Err:1 http://security.debian.org/debian-security bullseye-security InRelease
403 Forbidden [IP: 199.232.150.132 80]
Err:2 http://ftp.debian.org/debian bullseye InRelease
403 Forbidden [IP: 199.232.150.132 80]
Err:3 http://ftp.debian.org/debian bullseye-updates InRelease
403 Forbidden [IP: 199.232.150.132 80]
Err:4 http://download.proxmox.com/debian/pve bullseye InRelease
403 Forbidden [IP: 51.91.38.34 80]
Reading package lists... Done
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
E: The repository 'http://security.debian.org/debian-security bullseye-security InRelease' is no longer signed.
E: Failed to fetch http://security.debian.org/debian-security/dists/bullseye-security/InRelease 403 Forbidden [IP: 199.232.150.132 80]
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
E: The repository 'http://ftp.debian.org/debian bullseye InRelease' is no longer signed.
E: Failed to fetch http://ftp.debian.org/debian/dists/bullseye/InRelease 403 Forbidden [IP: 199.232.150.132 80]
E: Failed to fetch http://ftp.debian.org/debian/dists/bullseye-updates/InRelease 403 Forbidden [IP: 199.232.150.132 80]
E: The repository 'http://ftp.debian.org/debian bullseye-updates InRelease' is no longer 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.
E: Failed to fetch http://download.proxmox.com/debian/pve/dists/bullseye/InRelease 403 Forbidden [IP: 51.91.38.34 80]
E: The repository 'http://download.proxmox.com/debian/pve bullseye 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@prox:~#
Output from sources.list
root@prox:~# cat /etc/apt/sources.list
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib
root@prox:~#