[SOLVED] after cluster activation, no web access to node

aw-berlin

Member
Nov 8, 2019
3
0
21
69
I use version 7.3-6 and tried to activate a cluster for HA with 3 machines. After the migration process and reload the gui on the 2nd node, I can't login.
On my first node is the 2nd node not available and I got a msg: '/etc/pve/nodes/pve02/pve-ssl.pem' does not exist! (500)
Via ssh I can reach every node. How can I fix it?

I tried this
https://codingpackets.com/blog/proxmox-certificate-error-fix-after-node-replacement/
but unfortunately, I didn't find anything to avoid the writing protection.

thanks for your help
 
I use version 7.3-6 and tried to activate a cluster for HA with 3 machines. After the migration process and reload the gui on the 2nd node, I can't login.
On my first node is the 2nd node not available and I got a msg: '/etc/pve/nodes/pve02/pve-ssl.pem' does not exist! (500)
Via ssh I can reach every node. How can I fix it?

I tried this
https://codingpackets.com/blog/proxmox-certificate-error-fix-after-node-replacement/
but unfortunately, I didn't find anything to avoid the writing protection.

thanks for your help
renew the certificates and restart pveproxa service by
Code:
rm /etc/pve/priv/pve-root*
pvecm updatecerts --force
systemctl restart pveproxy.service
 
  • Like
Reactions: Stud3nt
Thanks for your help. I tried it the usual way again and it worked. I don't know why, cause I ain't change anything.
But if it will be happened again, I know what to do.