OVA / OVF Deployment Gets Stuck ‘Validating’

KB ID 0001664

Problem

I had this problem (on sphere 6.7) the other day when trying to deploy some OVA files on my test network.

Solution

Well as stated elsewhere I tried reconnecting to my vCenter using its FQDN, this didn’t solve the problem, using Flash or HTML5 didn’t cure the problem either. What did cure the problem was using a different browser! I switched from IE to Chrome and it worked fine.

Update: I Also cured this problem by using Microsoft Edge (The new chromium based one).

Related Articles, References, Credits, or External Links

VMware vSphere – How to Import and Export OVF and OVA Files

VMware: Export a VM to OVA With PowerCLI

VMware: ISO Upload or Deploy OVA Fails ‘Undetermined Reason’

VMware: ISO Upload or Deploy OVA Fails ‘Undetermined Reason’

KB ID 0001499

Problem

I see this a lot! Usually I assume I just need to change browser, here the error is in Chrome. You can see this if you attempt to upload an ISO file to a datastore, or attempt to deploy an OVF file.

Error

The operation failed for an undetermined reason. Typically this problem occurs due to certificates that the browser does not trust. If you are using self-signed or custom certificates, open the URL below in a new browser tab and accept the certificate, then retry the operation.

https://{host address}

If this does not resolve the problem, other possible solutions are shown in this KB article:
http://kb.vmware.com/kb/2147256

Solution

The client simply does not trust the certificate VMware is presenting, (it’s a self signed certificate). So we just need to trust the CA that issued it! Open your browser and navigate to the hostname/IP of the vCenter. From there choose “Download trusted root CA certificates“.

Your machine should download the certificates in a Zip file. Open and extract that file. Locate the security certificate and double click it > Install Certificate.

Next > Select “Place certificate in the following store” > Locate the “Trusted Root Certification Authorities” container, and select that > Next > Finish.

When prompted select “Yes” > OK.

Try again.

Related Articles, References, Credits, or External Links

NA