i think i mess up my second node. i cant access it anymore. Only my first node.

cyqpann

Member
Nov 18, 2021
26
0
6
44
Hello,

I have two nodes in a Proxmox cluster: alpha and bravo. Initially, I think I accidentally deleted the domain certificate on the alpha node by doing wierd shady things and experiement some stuffs... when i tried to log back in i had a err cert thing and wasnt able at all. i had to reset npm and do this below.

I reset the pveproxy-ssl.key and ssl.key files, then ran the following commands on alpha:

pvecm updatecerts --force
systemctl restart pveproxy

Everything went back to normal on alpha. I reapplied the certificate through NGINX Proxy Manager, and the node is now back online with ssl.


However, on bravo, I see a green checkmark and I can click on all its tabs, but it always says "server offline."

i cannot log via ssh into bravo, i don't know why, i never was able.. When I log into the datacenter then choose the bravo node, it also shows "server offline," but I still have shell access through the Datacenter view in the Proxmox web interface. SSH access is no longer working on 10.0.100.11
I tried running the same commands on bravo:

pvecm updatecerts --force
systemctl restart pveproxy

then rebooted the node, but the issue remains the same.

here my pvecm status of bravo.

root@bravo:/etc/ssl/certs# pvecm status
Cluster information
-------------------
Name: Koralie
Config Version: 2
Transport: knet
Secure auth: on

Quorum information
------------------
Date: Mon May 19 13:43:58 2025
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000002
Ring ID: 1.51
Quorate: Yes

Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 fd10:0:0:150::10%31849
0x00000002 1 fd10:0:0:150::11%31849 (local)
root@bravo:/etc/ssl/certs#

Can you help me bring back functionnal bravo without destroying alpha who hold all my lxc container.