VxRail: Unable to Deploy OVF When an HTTPS Proxy is Configured
요약: Unable to deploy OVF when an HTTPS proxy is configured.
이 문서는 다음에 적용됩니다.
이 문서는 다음에 적용되지 않습니다.
이 문서는 특정 제품과 관련이 없습니다.
모든 제품 버전이 이 문서에 나와 있는 것은 아닙니다.
증상
Errors similar to the following are seen in /var/log/vmware/vpxd.log:
Unrecognized SSL message, plaintext connection?, note that HTTP/s proxy is configured for the transfer
2020-09-16T14:41:59.004+02:00 info vpxd[14866] [Originator@6876 sub=Default opID=2b691553-01] [VpxLRO] -- ERROR task-1978410 -- UPSA913s-x64-VM01-noV
APP -- 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 = "Invalid response code: 403, note that HTTP/s proxy is configured for the transfer"
--> message = "Transfer failed: Invalid response code: 403, note that HTTP/s proxy is configured for the transfer."
--> reason = ""
--> msg = "Transfer failed: Invalid response code: 403, note that HTTP/s proxy is configured for the transfer."
--> faultMessage = <unset>
원인
The OVF deployment process is unable to connect to the proxy server with the error:
This "Invalid response code: 403" is a response from the PROXY server indicating that the destination resource is not allowed access.
The OVF transfer requires an HTTPS capable proxy when a proxy is in use. Ensure that the proxy is HTTPS capable or use the workarounds below to bypass the proxy.
Transfer failed: Invalid response code: 403, note that HTTP/s proxy is configured for the transfer.
The OVF transfer requires an HTTPS capable proxy when a proxy is in use. Ensure that the proxy is HTTPS capable or use the workarounds below to bypass the proxy.
해결
- Work around this issue by using one of the two methods below. The following is case-sensitive:
- Modify the HTTPS PROXY configuration to use HTTP:
- Modify the /etc/sysconfig/proxy file. Change the HTTPS_PROXY line to update the value from https to http:
From: HTTPS_PROXY="https://proxy.domain.tld:3128/" To: HTTPS_PROXY="http://proxy.domain.tld:3128/"
- If the FQDN of the proxy server does not work, alternatively use its IP address.
- Reboot the VCSA if you are on a version prior to 7.0 U1. Otherwise, Restart services with the command:
# service-control --stop --all && service-control --start --all
- Add the hosts to the NO_PROXY config to bypass the proxy:
- Use an SSH session to Connect to the vCenter Server.
- Modify the /etc/sysconfig/proxy file. Add the ESXi host FQDNs or IPs to the following line, separated by a comma followed by a space character. For Example:
NO_PROXY="localhost, 127.0.0.1, ESXi-01.test.com"
- Attempt the OVF deployment from the content library and the vSphere Client.
해당 제품
VMWare Cloud on Dell EMC VxRail E560F, VMWare Cloud on Dell EMC VxRail E560N, VxRail Appliance Family, VxRail Appliance Series, VxRail G Series Nodes, VxRail D Series Nodes, VxRail E Series Nodes, VxRail P Series Nodes, VxRail S Series Nodes
, VxRail Software
...
제품
XC Core Systems, XC Series Appliances, VxRail V Series Nodes, VxRail VD Series Nodes문서 속성
문서 번호: 000216499
문서 유형: Solution
마지막 수정 시간: 19 8월 2023
버전: 2
다른 Dell 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.