On Thu, May 30, 2013 at 12:58 PM, Christophe Fergeau wrote:
On Thu, May 30, 2013 at 12:48:38PM +0200, Gianluca Cecchi wrote:
> On Thu, May 30, 2013 at 12:38 PM, Christophe Fergeau wrote:
>
> >
> > This does not have support for ovirt://, so the errors you get are
> > expected.
> >
> > Christophe
> (remote-viewer:2623): remote-viewer-DEBUG: failed to get CA
> certificate: Operation not supported
That would be the problem, it fails to download
http://10.4.4.60/ostack/ca.crt for some reason (or https://...)
Christophe
On my engine:
[root@f18engine conf.d]# pwd
/etc/httpd/conf.d
[root@f18engine conf.d]# grep -v "^#" ssl.conf | grep SSLCe
SSLCertificateFile /etc/pki/ovirt-engine/certs/apache.cer
SSLCertificateKeyFile /etc/pki/ovirt-engine/keys/apache.key.nopass
SSLCertificateChainFile /etc/pki/ovirt-engine/apache-ca.pem
[root@f18engine ovirt-engine]# openssl verify \
-CAfile /etc/pki/ovirt-engine/ca.pem \
/etc/pki/ovirt-engine/certs/engine.cer
/etc/pki/ovirt-engine/certs/engine.cer: OK
No ca.crt at all on the system
Gianluca