web-dev-qa-db-ja.com

VMware Horizo​​n 7 Administrator Console Web-UIが読み込まれず、ページが空白になる

「Horizo​​n 7 Administrator」(URLはhttps://View-Connection-Server.Corp.local/admin/#)を開こうとすると、Chromeが空白のページを開きます。Horizo​​nConnection Server自体から試しているため、これはファイアウォールの問題(現在、Windowsファイアウォールは無効になっています)これはSSL証明書の問題だと思っていますが、トラブルシューティングまたは修正方法がわかりません。

  • ホストOSはWindows Server 2016です
  • Horizo​​n 7 Connection Serverのバージョンは7.6.0です

C:\ProgramData\VMware\VDM\logsのログスニペットをいくつか次に示します。

2020-01-19T12:54:50.490-07:00 WARN  (10EC-11F4) <Thread-2> [bp] Item enqueued on "Outbound JMS Forwarder" but there are no workers available to process it. Busy workers = 0, queue length = 8677
2020-01-19T12:54:54.394-07:00 ERROR (10EC-13A0) <SwiftMQ-ConnectorPool-1> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:54.394-07:00 ERROR (10EC-13A0) <SwiftMQ-ConnectorPool-1> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:54.427-07:00 ERROR (10EC-13B8) <SwiftMQ-ConnectorPool-3> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:54.427-07:00 ERROR (10EC-13B8) <SwiftMQ-ConnectorPool-3> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:54.722-07:00 ERROR (10EC-13BC) <SwiftMQ-ConnectorPool-4> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:54.722-07:00 ERROR (10EC-13BC) <SwiftMQ-ConnectorPool-4> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:54.751-07:00 ERROR (10EC-13A0) <SwiftMQ-ConnectorPool-1> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:54.751-07:00 ERROR (10EC-13A0) <SwiftMQ-ConnectorPool-1> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:55.471-07:00 ERROR (10EC-13E8) <SwiftMQ-ConnectorPool-7> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:55.471-07:00 ERROR (10EC-13E8) <SwiftMQ-ConnectorPool-7> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:59.456-07:00 ERROR (10EC-13C4) <SwiftMQ-ConnectorPool-5> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:59.456-07:00 ERROR (10EC-13C4) <SwiftMQ-ConnectorPool-5> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:59.508-07:00 ERROR (10EC-13A0) <SwiftMQ-ConnectorPool-1> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:59.508-07:00 ERROR (10EC-13A0) <SwiftMQ-ConnectorPool-1> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:59.772-07:00 ERROR (10EC-13B4) <SwiftMQ-ConnectorPool-2> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:59.772-07:00 ERROR (10EC-13B4) <SwiftMQ-ConnectorPool-2> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:54:59.810-07:00 ERROR (10EC-13C4) <SwiftMQ-ConnectorPool-5> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:54:59.810-07:00 ERROR (10EC-13C4) <SwiftMQ-ConnectorPool-5> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
2020-01-19T12:55:00.453-07:00 WARN  (10EC-11F4) <Thread-2> [bp] Item enqueued on "Outbound JMS Forwarder" but there are no workers available to process it. Busy workers = 0, queue length = 8678
2020-01-19T12:55:00.590-07:00 ERROR (10EC-13BC) <SwiftMQ-ConnectorPool-4> [JMSTunnelSSLSocketFactory] Certificate thumbprint verification failed, no matching thumbprint. Presented identity: router/view
2020-01-19T12:55:00.590-07:00 ERROR (10EC-13BC) <SwiftMQ-ConnectorPool-4> [JMSTunnelSSLSocketFactory] General error occurred: Unexpected certificate: router/view
1
SamAndrew81

何が起こったかというと、接続サーバー上のJMSルーターの証明書の拇印は、同じCS上のセキュアゲートウェイの構成ファイルに登録されているはずですが、証明書の有効期限が切れています。

VMware Horizo​​n 7 Connection Serverとブームをアンインストールして再インストールするだけで、問題は解決しました。

0
SamAndrew81