Certificate verification error for qemu while migrating

2024-07-04 Thread jdeberles
Hello, I'm running ovirt 4.4.10 (using libvirt 7.10.0-1.module_el8.6.0+1046+bd8eec5e) and I have the following qemu error while I launch a VM migration Jul 3 12:37:07myhostname1 journal[958949]: Certificate [session] owner does not match the hostname myhostname2 Jul 3 12:37:07 myhostname1journ

Re: Certificate verification error for qemu while migrating

2024-07-04 Thread Daniel P . Berrangé
On Thu, Jul 04, 2024 at 10:03:23AM -, jdeber...@gmail.com wrote: > Hello, > I'm running ovirt 4.4.10 (using libvirt > 7.10.0-1.module_el8.6.0+1046+bd8eec5e) and I have the following qemu error > while I launch a VM migration > > Jul 3 12:37:07myhostname1 journal[958949]: Certificate [sessio

Re: Certificate verification error for qemu while migrating

2024-07-04 Thread jdeberles
Hello Daniel, ty for your reply. based on your answer, I uncomment the following line "tls_no_verify_certificate = 1" in /etc/libvirt/libvirtd.conf and restart service libvirtd but I stil have the same issue. Do you have any suggestion to fix this issue ? Kind regards, Julien

Re: Certificate verification error for qemu while migrating

2024-07-04 Thread Daniel P . Berrangé
On Thu, Jul 04, 2024 at 12:13:59PM -, jdeber...@gmail.com wrote: > Hello Daniel, > > ty for your reply. > > based on your answer, I uncomment the following line > "tls_no_verify_certificate = 1" in /etc/libvirt/libvirtd.conf > and restart service libvirtd but I stil have the same issue. > Do