Azure Log Analytics Agent(Microsoft Monitoring Agent) installation error (Error:Failed to connect, exception : System.Net.WebException: )

Azure Log Analytics Agent(Microsoft Monitoring Agent) installation error (Error:Failed to connect, exception : System.Net.WebException: )

我在安装 Microsoft Monitoring Agent 时遇到错误。

Installation Error Screenshot

我查看了 %temp% 文件中可用的监控代理日志文件,它显示在错误下方。

    Error:  Failed to connect, exception : System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
   at System.Net.HttpWebRequest.GetResponse()
   at Microsoft.MOMv3.Setup.MOMv3ManagedCAs.ValidateOpInsightsConnection(Session session)

我检查通信和防火墙都正常,但出现同样的错误。我也有 referrer 官方文档 troubleshoot issues 但在这方面没有太大帮助。我们能够在其他系统上安装相同的代理并且工作正常。所以我们的工作区密钥和 ID 工作正常。

请帮忙解决这个问题。

以上问题可以通过设置正确的注册表项来解决。如果应用了强化并禁用了较低版本的 TLS,则会出现上述问题。

这基本上是目标系统和 Azure Log Analytics 之间的 TLS 握手问题。

要解决,我们必须按照注册表策略进行设置。

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
"Enabled"=dword:00000001
"DisabledByDefault"=dword:00000000