VxRail:HTTPSプロキシが構成されている場合にOVFを導入できない

요약: HTTPSプロキシが構成されている場合、OVFを導入できません。

이 문서는 다음에 적용됩니다. 이 문서는 다음에 적용되지 않습니다. 이 문서는 특정 제품과 관련이 없습니다. 모든 제품 버전이 이 문서에 나와 있는 것은 아닙니다.

증상

/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 = 

원인

OVF導入プロセスは、次のエラーでプロキシ サーバーに接続できません。 
Transfer failed: Invalid response code: 403, note that HTTP/s proxy is configured for the transfer.
この「Invalid response code: 403インチは、デスティネーション リソースがアクセスを許可しないことを示すプロキシ サーバーからの応答です。

プロキシが使用中の場合、OVF転送にはHTTPS対応プロキシが必要です。プロキシがHTTPSに対応していることを確認するか、次の回避策を使用してプロキシをバイパスします。

해결

  1. 次の2つの方法のいずれかを使用して、この問題を回避します。次は 大文字と小文字が区別されます
  • HTTPを使用するようにHTTPSプロキシ構成を変更します。
  1. /etc/sysconfig/proxy ファイルを変更します。HTTPS_PROXY行を変更して、値を https から http に更新します。
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の導入を試みます。

해당 제품

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 사용자에게 질문에 대한 답변 찾기
지원 서비스
디바이스에 지원 서비스가 적용되는지 확인하십시오.