GitHub user weizhouapache added a comment to the discussion: When starting the `libvirtd` service, I encountered the error: "The server certificate /etc/pki/libvirt/servercert.pem has expired."
You can try the following steps 1. backup and then delete the cloud.* files from /etc/cloudstack/agent/ directory 2. change auth strictness global setting to false (ca.plugin.root.auth.strictness) in cloudstack temporarily 3. set listen_tcp=1/listen_tls=0/vnc_tls=0 in libvirtd.conf, and restart libvirtd 4. restart cloudstack agent on the KVM host, and once it's connected, in CloudStack go to the UI-> infra ->host -> select the specific host -> click button to re-provision certficates (this will resetup the cloud.jks and certificates on the kvm host) 5. finally, reset the ca.plugin.root.auth.strictness back to true GitHub link: https://github.com/apache/cloudstack/discussions/9565#discussioncomment-10415500 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
