Hi everyone,
I am using VDDK 6.5 and thanks to VixDiskLibConnectParams.thumbPrint I am able to connect to vCenter even when there are some certificate errors (in my lab there are several).
I can vixDiskLib_Read, Write etc. However when I call vixDiskLib_Clone, I get errors even with thumbPrint set:
Warning: SSL: Unknown SSL Error
Warning: SSL: connect failed (1)
Warning: [NFC ERROR] NfcNewAuthdConnectionEx: Failed to connect to peer. Error: The remote host certificate has these problems:
Warning: * Host name does not match the subject name(s) in certificate.
Warning: * unable to get local issuer certificate
Is there a way to bypass these errors? I do not understand why the should the cloning function connect to peer anyway - the connection has already been made in vixDiskLibConnect, hasn't it?
Thanks in advance for your ideas!
Pavel