WebSocket connection to 'wss://192...' failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID
Does not make a difference here: Windows Server, Linux, FreeBSD. All fail to open console window in Edge (Chromium).I'm having the same issue with Linux VMs only. Windows VMs load fine within Console.
proxmox-ve: 6.2-2 (running kernel: 5.4.73-1-pve)
pve-manager: 6.2-15 (running version: 6.2-15/48bd51b)
pve-kernel-5.4: 6.3-1
This is a correct answer. You must runHere's what worked for me:
Assuming you cannot launch console session for VM's on pve04 with ip 192.168.1.52 run the following commands on another node within your cluster:
ssh-keygen -f "/root/.ssh/known_hosts" -R "pve04"
/usr/bin/ssh -s none -o 'HostKeyAlias=pve04' root@192.168.1.52
ssh -o 'HostKeyAlias=pve' root@192...
pvecm expected 1