【问题标题】:feign.RetryableException: Unsupported or unrecognized SSL message executing GET https://management.azure.com/subscriptionsfeign.RetryableException:执行 GET https://management.azure.com/subscriptions 的 SSL 消息不受支持或无法识别
【发布时间】:2021-02-10 23:52:31
【问题描述】:

在检索 Azure 资源时调用 Azure API 时出现以下错误。知道为什么吗?

feign.RetryableException: 执行 GET https://management.azure.com/subscriptions/xxxxxxx-xxx-xxxx-xxx-xxxxxxxxxxx/providers/Microsoft.Compute/disks?api-version=2020-06-30 的 SSL 消息不受支持或无法识别

【问题讨论】:

    标签: azure ssl


    【解决方案1】:

    错误消息与虚拟磁盘有关,可能处于故障状态。我会检查您的disks on the portal,看看它们中是否有任何显示处于故障状态。另一种选择是由您的资源组使用GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks?api-version=2020-06-30 并确定哪些磁盘报告相同的错误。

    问候, 瑞恩

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-06-20
      • 2019-03-10
      • 2014-02-04
      • 2014-08-08
      • 2015-03-23
      相关资源
      最近更新 更多