惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
M
MIT News - Artificial intelligence
D
Docker
S
SegmentFault 最新的问题
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
C
Check Point Blog
GbyAI
GbyAI
美团技术团队
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
Repository update error
invalid@exam · 2026-06-28 · via Proxmox Support Forum

Hi. Proxmox 9 cannot be updated from the pve-no-subscription repository by URI: https://download.proxmox.com/debian/pve because there is a certificate error. The certificate was issued for enterprise.proxmox.com

Code:

Hit:1 http://security.debian.org/debian-security trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease                                                                             
Hit:3 http://deb.debian.org/debian trixie-updates InRelease                                     
Hit:4 http://download.proxmox.com/debian/ceph-squid trixie InRelease                             
Ign:5 https://download.proxmox.com/debian/pve trixie InRelease             
Ign:5 https://download.proxmox.com/debian/pve trixie InRelease
Ign:5 https://download.proxmox.com/debian/pve trixie InRelease
Err:5 https://download.proxmox.com/debian/pve trixie InRelease
  SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success [IP: 45.84.67.184 443]
All packages are up to date.     
Warning: Failed to fetch https://download.proxmox.com/debian/pve/dists/trixie/InRelease  SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success [IP: 45.84.67.184 443]
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

sterzy

Proxmox Staff Member

Staff member

Do you have a proxy in between you and the host? Also could you post the output of the following command openssl s_client -connect '45.84.67.184:443'? Ideally in a [code][/code] block? Thanks!

UdoB

Distinguished Member
Nov 1, 2016
3,776
2,502
273
Germany

Sorry for necroposting, but I have the same issue:
I'd like to compile nvidia drivers, so I'd like to install pve-headers - but when adding "download.proxmox.com" APT source (following the above wiki instructions), I get:

Err:4 https://download.proxmox.com/debian/pve trixie InRelease
SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success [IP: 45.144.xx.xx 443]
All packages are up to date.
Warning: Failed to fetch https://download.proxmox.com/debian/pve/dists/trixie/InRelease SSL connection failed: error:0A000086:SSL routines::certificate verify failed / Success [IP: 45.144.208.36 443]
Warning: Some index files failed to download. They have been ignored, or old ones used instead.

Indeed, the reason is that download.proxmox.com still returns an SSL-cert for enterprise.proxmox.com:

Just wanted to say the SSL-confusion is still a (confusing-me) issue ;)

Thanks for all your great work!