本文介绍了如何禁用旧版本的 TLS,但除此之外,“多协议统一 Hello”也被禁用。
# Disable Multi-Protocol Unified Hello
md 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello\Server' -Force
New-ItemProperty -path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello\Server' -name Enabled -value 0 -PropertyType 'DWord' -Force
我搜索了该术语,除了禁用此功能的其他注册表编辑之外,没有看到任何内容。
什么是多协议 Hello,为什么/何时应该禁用/启用它?