Failed to deploy OVF package. Cause: A general system error occurred: Transfer failed: Error transferring file to https://example.com/nfc/############################/#######.vmdk: Connection reset, note that HTTP/s proxy is configured for the transfer./var/log/vmware/vpxd.log:error vpxd[1408634] [Originator@6876 sub=Default opID=4####9-01] [VpxLRO] -- ERROR task-#######-- -- SCMSSLAAC3-CN1 -- ResourcePool.ImportVAppLRO: :vim.fault.OvfImportFailed--> Result:--> (vim.fault.OvfImportFailed) {--> faultCause = (vmodl.fault.SystemError) {--> faultCause = (vmodl.MethodFault) null,--> faultMessage = (vmodl.LocalizableMessage) [--> (vmodl.LocalizableMessage) {--> key = "com.vmware.ovfs.ovfs-main.ovfs.transfer_failed",--> arg = (vmodl.KeyAnyValue) [--> (vmodl.KeyAnyValue) {--> key = "0",--> value = "Error transferring file to https://example.com/nfc/############################/#######.nvram: Connection reset, note that HTTP/s proxy is configured for the transfer"--> }--> ],--> message = "Transfer failed: Error transferring file to https://example.com/nfc/############################/#######.nvram: Connection reset, note that HTTP/s proxy is configured for the transfer."--> }--> ],--> reason = ""--> msg = "Transfer failed: Error transferring file to https://example.com/nfc/############################/#######.nvram: Connection reset, note that HTTP/s proxy is configured for the transfer."--> },--> faultMessage = <unset>--> msg = ""--> }--> Args:-->............
--> Arg state:--> "error"--> Arg result:-->--> Arg fault:--> (vim.fault.OvfImportFailed) {--> faultCause = (vmodl.MethodFault) null,--> faultMessage = <unset>--> msg = ""--> }
This issue occurs when the /etc/sysconfig/proxy configuration file is missing required bypass entries or if the NO_PROXY variable is not formatted correctly. OVF/OVA deployments utilize the NFC protocol, which must bypass proxy servers to communicate directly with ESXi hosts.
root user.cp /etc/sysconfig/proxy /var/core/proxy.bak/etc/sysconfig/proxy using a text editor (e.g., vi).NO_PROXY line begins with localhost, 127.0.0.1, followed by your environment-specific wildcards and subnets. Note: Wildcard entries must start with a leading period. Example: NO_PROXY="localhost, 127.0.0.1, .domain.com, 10.0.0.0/24":wq!service-control --stop --all && service-control --start --allImportant Considerations for VCHA Environments: To avoid configuration reversion, perform proxy configuration changes using the VAMI interface (Port 5480), which triggers the built-in synchronization routines across all cluster nodes. If manual editing via CLI is required, destroy VCHA vCenter High Availability (VCHA) Configuration removal, then apply the proxy settings and then re-create VCHA Configure vCenter HA With the vSphere Client
How to configure Proxy Settings for vCenter Server
Unable to deploy OVF using vSphere Client when a HTTPS Proxy is configured