-
-
VDA 与 Delivery Controller™ 之间的 WebSocket 通信
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
VDA 与 Delivery Controller™ 之间的 WebSocket 通信
本文介绍了如何设置 WebSocket 连接,用于 VDA 与 Delivery Controller 之间的通信,作为使用 WCF 通信的替代方案。其优点是,VDA 到 Delivery Controller 的通信只需使用 TLS 端口 443。
目前,此功能仅适用于通过 MCS 预配的计算机。
工作原理
以下部分介绍了 Delivery Controller 与 VDA 之间 WebSocket 连接的工作流:
- 管理员通过使用 Machine Creation Service (MCS) 预配 VDA 来启动此过程。
- 在 MCS 预配过程中,MCS 为每个 VDA 生成公钥-私钥对,并将公钥注册到 Delivery Controller 上的 FMA 信任服务。MCS 将公钥-私钥对作为文件保存在 VDA 上的身份磁盘下。
- 当 VDA 计算机启动时,安装在 VDA 计算机上的 MCS 代理从身份磁盘读取密钥对,并将此信息写入 VDA 注册表位置。
- 安装在 VDA 上的代理程序从注册表读取密钥对,并向 Delivery Controller 生成一个启用 SSL 的 WebSocket 请求,该请求带有一个由私钥签名的服务密钥身份验证标头。
- Delivery Controller 使用来自 FMA 信任服务的公钥验证已签名的服务密钥身份验证标头。
- 验证完成后,系统会建立 VDA 与 Delivery Controller 之间的 WebSocket 连接。
WebSocket 支持
步骤
请按照说明设置 WebSocket 连接:
- 为使用 MCS 预配的已加入 AD 的 VDA 创建计算机目录。有关详细信息,请参阅创建计算机目录。
- 创建交付组并将您的 VDA 添加到其中。有关详细信息,请参阅创建交付组。
-
在 VDA 上启用 WebSocket 连接。在 VDA 上运行以下 PowerShell 命令:
New-ItemProperty "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CitrixBrokerAgent\WebSocket" -Name "Enabled" -PropertyType "DWord" -Value 1 -Force <!--NeedCopy-->-
要检查 WebSocket 是否已启用,请检查以下注册表项值。
Enabled的值必须为 1。项:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CitrixBrokerAgent\WebSocket <!--NeedCopy-->名称:Enabled
类型:REG_DWORD
值:1
-
共享
共享
在本文中
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.