Comodo SSL Issues

Cloudrck

New Member
Apr 26, 2013
26
0
1
Running 2.3 SSL with Apache worked fine. After the upgrade to 3.1, and following the directions at http://pve.proxmox.com/wiki/HTTPSCertificateConfiguration, the web interface will not load in a web browser. I have a Comodo PositiveSSL, with a Intermediate cert. After restarting the pvedaemon/pveproxy, the url will not load. Immediately says the page has an SSL validation error. Using http://www.digicert.com/help/, it says it can't find a certificate.

Has anyone had any luck besides the cacert.org certificates?
 
The root certificate: /etc/pve/pve-root-ca.pem
Needs to contain both Comodo's ca.pem and the intermediate certificate:
cat intermediate.pem ca.pem > /etc/pve/pve-root-ca.pem

The: service pveproxy restart

You might also need to flush your browser cache and restart the browser.
 
The root certificate: /etc/pve/pve-root-ca.pem
Needs to contain both Comodo's ca.pem and the intermediate certificate:
cat intermediate.pem ca.pem > /etc/pve/pve-root-ca.pem

The: service pveproxy restart

You might also need to flush your browser cache and restart the browser.
Okay, so this is in addition to the direction on the wiki? In addition to having

cat server.pem intermediate_certificate.pem > /etc/pve/local/pve-ssl.pem