Libvirt Service Fails to Start With Error "Cannot Read CA Certificate
PreviousMurano Environment Stuck in "Deleting" StatusNextVMware Gateway Appliance(VGA) in Failed State as pf9-monasca-vcenter-exporter Service Fails to Start
Last updated
The pf9-ostackhost service is down because dependent libvirtd service refuses to start with error "Cannot read CA certificate: No such file or directory".
libvirtd: 6368: error : virNetTLSContextCheckCertFile:112 : Cannot read CA certificate '/etc/pf9/certs/libvirt/cacert.pem': No such file or directoryPlatform9 Managed OpenStack - v3.6.0 and Higher
Nova
Libvirt
Libvirt is configured to look for a CA certificate by default and use it to establish a TLS/SSL connection. If the correct certificate is not configured or is missing or is not applicable then libvirtd refuses to start with an error about the CA certificate.
Open the file /etc/libvirt/libvirtd.conf with a text editor and make the following changes.
listen_tcp=1
listen_tls=0
auth_tcp="none"
tcp_port="16509"Start the libvirtd service.
Start the pf9-ostackhost service.
If the libvirtd service still does not start, please contact Platform9 Support for further assistance.
Last updated
# systemctl start libvirtd.service# systemctl start pf9-ostackhost.service