VxRail: HTTPS 프록시가 구성된 경우 OVF를 배포할 수 없음

Summary: HTTPS 프록시가 구성된 경우 OVF를 배포할 수 없습니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

다음과 유사한 오류는 /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 = 

Cause

OVF 배포 프로세스에서 다음 오류와 함께 프록시 서버에 연결할 수 없습니다. 
Transfer failed: Invalid response code: 403, note that HTTP/s proxy is configured for the transfer.
이 "잘못된 응답 코드: 403"은 프록시 서버에서 대상 리소스에 대한 액세스가 허용되지 않음을 나타내는 응답입니다. 

OVF 전송에는 프록시가 사용 중일 때 HTTPS 지원 프록시가 필요합니다. 프록시가 HTTPS를 사용할 수 있는지 확인하거나 아래의 해결 방법을 사용하여 프록시를 우회합니다.

Resolution

  1. 아래 두 가지 방법 중 하나를 사용하여 이 문제를 해결합니다. 대 /소문자를 구분하는 것은 다음과 같습니다.
  • HTTP를 사용하도록 HTTPS 프록시 구성을 수정합니다.
  1. /etc/sysconfig/proxy 파일을 수정합니다. 값을 https에서 http로 업데이트하려면 HTTPS_PROXY 줄을 변경합니다.
From:
HTTPS_PROXY="https://proxy.domain.tld:3128/"

To:
HTTPS_PROXY="http://proxy.domain.tld:3128/"
  1. 프록시 서버의 FQDN이 작동하지 않는 경우 IP 주소를 사용합니다.
  2. 7.0 U1 이전 버전인 경우 VCSA를 재부팅합니다. 그렇지 않으면 다음 명령을 통해 서비스를 재시작 합니다.
# service-control --stop --all && service-control --start --all
  • 프록시를 무시하려면 NO_PROXY 구성에 호스트를 추가합니다.
  1. SSH 세션을 사용하여 vCenter Server연결합니다.
  2. /etc/sysconfig/proxy 파일을 수정합니다. ESXi 호스트 FQDN 또는 IP를 다음 줄에 추가합니다. 쉼표와 공백 문자로 구분됩니다. 예:
NO_PROXY="localhost, 127.0.0.1, ESXi-01.test.com"
  1. 콘텐츠 라이브러리 및 vSphere Client에서 OVF 배포를 시도합니다.

Affected Products

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 ...

Products

XC Core Systems, XC Series Appliances, VxRail V Series Nodes, VxRail VD Series Nodes
Article Properties
Article Number: 000216499
Article Type: Solution
Last Modified: 19 Aug 2023
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.