SSL Configutaion issue

Chiranjeevi

New Member
May 6, 2017
23
0
1
40
Hi

I followed the link to configure SSL after that Web GUI is not coming showing

ERR_CONNECTION_CLOSED

Can you guys help me where to check error logs.

-Chiru
 
you can check the logs with
Code:
journalctl
 
Thanks, i got the issue

it says

Code:
Oct 26 10:00:55 t1 pveproxy[6724]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1626.

Oct 26 10:00:55 t1 pveproxy[6725]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1626.

Oct 26 10:01:25 t1 pveproxy[6790]: /etc/pve/local/pve-ssl.pem: failed to use local certificate chain (cert_file or cert) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1626.

Oct 26 10:01:25 t1 pveproxy[6791]: /etc/pve/local/pve-ssl.pem: failed to use local certificate chain (cert_file or cert) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1626.

i was configuring for first time so i followed "CAs other than Let's Encrypt" section

in this fullchain.pem was not added the intermediate certificates.

now i again created fullchain.pem as below

Code:
-----BEGIN CERTIFICATE-----
mydomain.com.crt
-----END CERTIFICATE-----
Certificate:
....
-----BEGIN CERTIFICATE-----
intermediate.crt
-----END CERTIFICATE-----

then its working