When I run `apt-get update` using the no subscription repo, I get the following output:
The repo I'm using in my sources.list.d/pve-no-subscription.ist is:
When I visit the url https://download.proxmox.com/debian/pve, the certificate shows as invalid because it's the certificate for enterprise.proxmox.com. However, using http it can connect. Is this an error on Proxmox's part, or is it not intended to be able to connect to that repo over https?
Code:
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: 2607:5300:60:5506::81 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.
The repo I'm using in my sources.list.d/pve-no-subscription.ist is:
Code:
deb https://download.proxmox.com/debian/pve buster pve-no-subscription
When I visit the url https://download.proxmox.com/debian/pve, the certificate shows as invalid because it's the certificate for enterprise.proxmox.com. However, using http it can connect. Is this an error on Proxmox's part, or is it not intended to be able to connect to that repo over https?