VMware Horizo​​n 7 管理员控制台 Web UI 无法加载,页面为空白

VMware Horizo​​n 7 管理员控制台 Web UI 无法加载,页面为空白

当我尝试打开“Horizo​​n 7 Administrator”(URL 为https://View-Connection-Server.Corp.local/admin/#)时,Chrome 打开了一个空白页。我正在从 Horizo​​n Connection Server 本身尝试,因此这不是防火墙问题(而且 Windows 防火墙现在已关闭)。我认为这是 SSL 证书问题,但不确定如何对其进行故障排除或修复。

  • 主机操作系统是 Windows Server 2016
  • Horizo​​n 7 连接服务器版本为 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

发生的情况是,连接服务器上的 JMS 路由器证书的指纹应该已经在同一 CS 上的安全网关配置文件中注册,但证书已过期。

我只需卸载并重新安装 VMware Horizo​​n 7 Connection Server,问题就解决了。

编辑:卸载 Horizo​​n CS 后,还必须删除动态语言指令从 Windows Server 中移除角色:首先通过添加/删除,然后通过服务器管理器。请勿手动将其添加回去!Horizo​​n 连接服务器会安装它!

相关内容