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.
この「Invalid response code: 403インチは、デスティネーション リソースがアクセスを許可しないことを示すプロキシ サーバーからの応答です。

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

Resolution

  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の導入を試みます。

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.