[SOLVED] The repository 'https://enterprise.proxmox.com/debian/pve bullseye InRelease' is not signed

toorgnu

New Member
Oct 31, 2021
11
12
1
29
When i update proxmox repo it's give me this error, how can I sign the repository?



root@pve:~# apt update Hit:1 http://ftp.us.debian.org/debian bullseye InRelease Hit:2 http://ftp.us.debian.org/debian bullseye-updates InRelease Hit:3 http://security.debian.org bullseye-security InRelease Err:4 https://enterprise.proxmox.com/debian/pve bullseye InRelease 401 Unauthorized [IP: 212.224.123.70 443] Reading package lists... Done E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bullseye/InRelease 401 Unauthorized [IP: 212.224.123.70 443] E: The repository 'https://enterprise.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@pve:~#
 
  • Like
Reactions: zoechi
I saw it but i use proxmox official ISO, however I have to use this command ?
Sorry I always installed on top of a fresh Debian installation. I don't know if the official iso contains the latest repo key. But you can give it a try to install the key.
 
Sorry my fault. Didn't look correctly. Do you have a valid subscription? Looks like your system is not allowed to use the enterprise repo. When you haven't a subscription, you need to use

Code:
deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription

But this repo is not recommended for productive use.
 
To edit them in the GUI, select the row containing the repo and click on the enable/disable button at the top.