Certificate of repository server / Wiki page not correct

mrgo

Well-Known Member
Aug 11, 2019
38
4
48
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:
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
After I gather that knowledge I edited my line to following given example:
Code:
deb http://de.cdn.proxmox.com/debian/pve buster pve-no-subscription
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.