First of all I like to use repositories with https if possible.
Today I was about to upgrade mine proxmox ve host. I was also about to finally edit the source file of pve from enterprise to no-subscription.
Unfortunately I ran in to a certificate error with following line:
Then I checked the certificate of the webserver and it just contains following addresses:
That works from now on.
So now the proper solution. Either download will be added to the certificate or following wiki page should be changed accordingly: https://pve.proxmox.com/wiki/Package_Repositories
Also I'd like to recommend to add at least webservers ip address to SAN for validation purposes.
Today I was about to upgrade mine proxmox ve host. I was also about to finally edit the source file of pve from enterprise to no-subscription.
Unfortunately I ran in to a certificate error with following line:
Code:
deb https://download.proxmox.com/debian/pve buster pve-no-subscription
Then I checked the certificate of the webserver and it just contains following addresses:
- enterprise.proxmox.com
- de.cdn.proxmox.com
- enterprise.proxmox.com
- fr.cdn.proxmox.com
- na.cdn.proxmox.com
- sg.cdn.proxmox.com
Code:
deb http://de.cdn.proxmox.com/debian/pve buster pve-no-subscription
So now the proper solution. Either download will be added to the certificate or following wiki page should be changed accordingly: https://pve.proxmox.com/wiki/Package_Repositories
Also I'd like to recommend to add at least webservers ip address to SAN for validation purposes.