Error with apt-get update ProxMox 6.4-14 Virtual Machine

tolbertjr

New Member
Apr 11, 2022
2
0
1
I have looked through the sources.list and the pve-enterprise.list. I cannot find the one giving me an error as below.

Kind of still new and learning ProMox - Any help would be appreciated! So I can potentially upgrade to 7.0 without a clean install.

root@pve:~# apt-get update
Hit:1 http://ftp.us.debian.org/debian buster InRelease
Hit:2 http://security.debian.org buster/updates InRelease
Hit:3 http://ftp.us.debian.org/debian buster-updates InRelease
Hit:4 http://download.proxmox.com/debian buster InRelease
Ign:5 https://download.proxmox.com/debian/pve buster InRelease
Err:6 https://download.proxmox.com/debian/pve buster Release
Certificate verification failed: The certificate is NOT trusted. The name in the certificate does not match the expected. Could not handshake: Error in the certificate verification. [IP: xxx.xxx.xxx.xxx 443]
Reading package lists... Done
E: The repository 'https://download.proxmox.com/debian/pve buster 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.
 
hi,


the non-subscription repo with HTTP, not HTTPS, edit your repository to be as below if you are using PVE non-subscription repository

Code:
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
I fixed it by going back through the wiki for proxmox. Found a few areas that got messed up somehow and fixed it! Thanks for the help though.