Hi,
I try to move a vm from a proxmox host to another proxmox host. I tried the qm remote-migrate command, but without success:
qm remote-migrate 104 101 'apitoken=PVEAPIToken=root@pam!migration=<api token>,host=target-host-name' --target-bridge vmbr0 --target-storage xyz-zfs
500 Can't connect to target-host-name:8006 (Connection reset by peer)
qm remote-migrate 104 101 'apitoken=PVEAPIToken=root@pam!migration=<api token>,host=target-host-name,port=443' --target-bridge vmbr0 --target-storage xyz-zfs
500 Can't connect to target-host-name:443 (hostname verification failed)
qm remote-migrate 104 101 'apitoken=PVEAPIToken=root@pam!migration=<api token>,host=target-host-name,fingerprint=<fingerprint>,port=443' --target-bridge vmbr0 --target-storage xyz-zfs
fingerprint '<another-fingerprint-from-where?>' not verified, abort!
In the last command, I copied the fingerprint from the target Proxmox host. I selected the custom certificate I created. I don't understand that the fingerprint in the error message is come from where?
I try to move a vm from a proxmox host to another proxmox host. I tried the qm remote-migrate command, but without success:
qm remote-migrate 104 101 'apitoken=PVEAPIToken=root@pam!migration=<api token>,host=target-host-name' --target-bridge vmbr0 --target-storage xyz-zfs
500 Can't connect to target-host-name:8006 (Connection reset by peer)
qm remote-migrate 104 101 'apitoken=PVEAPIToken=root@pam!migration=<api token>,host=target-host-name,port=443' --target-bridge vmbr0 --target-storage xyz-zfs
500 Can't connect to target-host-name:443 (hostname verification failed)
qm remote-migrate 104 101 'apitoken=PVEAPIToken=root@pam!migration=<api token>,host=target-host-name,fingerprint=<fingerprint>,port=443' --target-bridge vmbr0 --target-storage xyz-zfs
fingerprint '<another-fingerprint-from-where?>' not verified, abort!
In the last command, I copied the fingerprint from the target Proxmox host. I selected the custom certificate I created. I don't understand that the fingerprint in the error message is come from where?