WebGUI not working since changed SSL

Bidi

Renowned Member
Feb 12, 2016
109
2
83
37
Hy guys, i`m facing a nasty problem, i tryed to install a payed ssl certificate on the proxmox server i had replaced the files

pve-ssl.key
pve-ssl.pem
(/etc/pve/nodes/vm )

and
pve-root-ca.pem
(/etc/pve)

i had restarted daemon, pveproxy pve-manager aid this is it, since then the proxmox web gui is not working any more, before i made an backup and replace the back=up and still the same the containers ar runinng even after reboot is all ok but the webgui no :(

Any hand please ?
 
Yes i cleaned the cache, i tryed with manny browsers, mozila, ie, chrome still the same, i get the error from brwoser

The connection to xxxxxxx:8006 was interrupted while the page was loading.

This is what i get on the browser, i use proxmox 3.4
 
Okie then fileperms of the edited files compared to other files.

For example what does ls -l show?
 
root@vm:/etc/pve/local# ls -l
total 1
drwxr-x--- 2 root www-data 0 Dec 18 2014 openvz
drwx------ 2 root www-data 0 Dec 18 2014 priv
-rw-r----- 1 root www-data 1679 Jan 3 13:43 pve-ssl.key
-rw-r----- 1 root www-data 1322 Jan 3 13:43 pve-ssl.pem
drwxr-x--- 2 root www-data 0 Dec 18 2014 qemu-server



root@vm:/etc/pve# ls -l
total 4
-rw-r----- 1 root www-data 451 Dec 21 2015 authkey.pub
-rw-r----- 1 root www-data 16 Dec 18 2014 datacenter.cfg
-rw-r----- 1 root www-data 105 Jun 25 2016 domains.cfg
lrwxr-x--- 1 root www-data 0 Jan 1 1970 local -> nodes/vm
drwxr-x--- 2 root www-data 0 Dec 18 2014 nodes
lrwxr-x--- 1 root www-data 0 Jan 1 1970 openvz -> nodes/vm/openvz
drwx------ 2 root www-data 0 Dec 18 2014 priv
-rw-r----- 1 root www-data 1350 Jan 3 13:43 pve-root-ca.pem
-rw-r----- 1 root www-data 1679 Jan 3 13:43 pve-www.key
lrwxr-x--- 1 root www-data 0 Jan 1 1970 qemu-server -> nodes/vm/qemu-server
-rw-r----- 1 root www-data 255 Jun 12 2016 storage.cfg
-rw-r----- 1 root www-data 152 Dec 29 01:00 user.cfg
-rw-r----- 1 root www-data 119 Dec 18 2014 vzdump.cron
root@vm:/etc/pve#
 
Anyone please ? Still having the problem, still didnt find fix or sompting
 
Nevermind i fixedn just to edit a dum file

/etc/default

just to add

ALLOW_FROM="all"
POLICY="allow"

but now i get this error

An error occurred during a connection to ..........:8006. Peer’s certificate has an invalid signature. Error code: SEC_ERROR_BAD_SIGNATURE

And if i can login i dont see the containers
 
Nevermind i fixedn just to edit a dum file

/etc/default

just to add

ALLOW_FROM="all"
POLICY="allow"

but now i get this error

An error occurred during a connection to ..........:8006. Peer’s certificate has an invalid signature. Error code: SEC_ERROR_BAD_SIGNATURE

And if i can login i dont see the containers
Hello Bidi, im now facing the same problem as you :/ which file under /etc/default did you add the two lines on?