I am trying to migrate from an older cluster to a new one running ganeti-3.1.0~rc2-2. Importing a VM via:
gnt-backup import -n dr64-horse.<domain> -t plain --ignore-ipolicy testinstance.<domain>
I get errors:
socat: W OpenSSL: Warning: this implementation does not check CRLs
socat: E certificate is valid but its commonName does not match hostname "dr64-horse.<domain>"
Ahhhhhh, freaking SSL! I copied the disk image to the host via SSH and now I want to load it locally so I really don't care about SSL. Does anyone have an idea of what's going on and an easy fix?
It looks like the only error is the certificate name ...
On the destination system, running Ubuntu 24.04, the socat package is version 1.8.0.0-4build3
I tried gnt-cluster renew-crypto --new-cluster-certificate to no avail.
--