Hey guys,
Yesterday I have installed a brand new Proxmox VE (5.3) on a small HP server.
I configured the local firewall to enable remote access for me remotely. Everything went well until this morning..I wanted to upload a LE certificate. The GUI told me that the proxy will restart now, please reload a GUI..I did and since then the web GUI is inaccessible at https://<ip-address>:8006
I've found this link https://pve.proxmox.com/wiki/HTTPS_..._5.0_and_5.1)#Revert_to_default_configuration
and I followed the steps under "Revert to default configuration", restarted the pveproxy service but no luck, I still see the "Secure Connection Failed" message in Firefox. I even rebooted the entire server but still...
pveproxy.service is running and is listening on port 8006:
SSH ofcourse works perfectly, only the web GUI is unreachable. What now?
(The server itself is ~60 miles away from me so if it's really necessary I can go there but I would appreciate if you guys could tell me how to solve it through SSH)
Yesterday I have installed a brand new Proxmox VE (5.3) on a small HP server.
I configured the local firewall to enable remote access for me remotely. Everything went well until this morning..I wanted to upload a LE certificate. The GUI told me that the proxy will restart now, please reload a GUI..I did and since then the web GUI is inaccessible at https://<ip-address>:8006
I've found this link https://pve.proxmox.com/wiki/HTTPS_..._5.0_and_5.1)#Revert_to_default_configuration
and I followed the steps under "Revert to default configuration", restarted the pveproxy service but no luck, I still see the "Secure Connection Failed" message in Firefox. I even rebooted the entire server but still...
pveproxy.service is running and is listening on port 8006:
Code:
root@pve:~# netstat -tulpn | grep 8006
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN 3021/pveproxy
SSH ofcourse works perfectly, only the web GUI is unreachable. What now?
(The server itself is ~60 miles away from me so if it's really necessary I can go there but I would appreciate if you guys could tell me how to solve it through SSH)