Broken pipe 596 Error

iknowledge

New Member
Dec 25, 2023
4
0
1
I am facing a Broken Pipe 596 Error. I have a cluster of 4 Proxmox servers.
Due to the Broken pipe (596) error, I am not able to access the GUI of one of the Proxmox servers.

Code:
root@vm4:~# pveversion
pve-manager/8.1.3/b46aac3b42da5d15 (running kernel: 6.5.11-7-pve)
 

Attachments

  • Screenshot 2023-12-25 175003.png
    Screenshot 2023-12-25 175003.png
    26.6 KB · Views: 12
Generating a new SSL did it for me

1) openssl req -new -newkey rsa:4096 -nodes -keyout /etc/pve/nodes/$(hostname)/pve-ssl.key -out /etc/pve/nodes/$(hostname)/pve-ssl.csr
2) openssl x509 -req -days 3650 -in /etc/pve/nodes/$(hostname)/pve-ssl.csr -signkey /etc/pve/nodes/$(hostname)/pve-ssl.key -out /etc/pve/nodes/$(hostname)/pve-ssl.pem