SSL Certificate Upload went wrong

iprigger

Renowned Member
Sep 5, 2009
192
43
93
earth!
All,

When trying to upload new certs to my pve cluster... the first node went pretty well.

The others didn't.

Secure Connection Failed

An error occurred during a connection to burfell.scnr.ch:8006. PR_END_OF_FILE_ERROR

pvecm updatecerts -f && service pveproxy restart

didn't help.

Any idea how to fix this?

Thanks
Tobias
 
All,

I found the solution (at least: it seems to work again)

log into each node in the cluster and issue:

cd /etc/pve/local ; rm pve*ssl.* ; pvecm updatecerts --force ; service pveproxy restart

Tobias