"feign.RetryableException: Unsupported or unrecognized SSL message executing GET" while ececuting AZURE resources - list API

Supun Bulathsinghala 6 Reputation points
2020-11-17T09:41:06.483+00:00

I get the following error while Azure API calls when retrieving Azure resources. Any Idea why?

feign.RetryableException: Unsupported or unrecognized SSL message executing GET https://management.azure.com/subscriptions/xxxxxxx-xxx-xxxx-xxx-xxxxxxxxxxx/providers/Microsoft.Compute/disks?api-version=2020-06-30

I used the API in the below documentation.

https://learn.microsoft.com/en-us/rest/api/resources/resources/list#response

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2020-11-30T22:31:34.273+00:00

    Hi @Supun Bulathsinghala ,

    The error message is related to a virtual disk. One of them could be in a faulty state. I would go through your disks on the portal and see if any of them show in a faulty state. Another alternative is to use GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks?api-version=2020-06-30 by your resource groups and determine which disk(s) reports the same error.

    Regards,
    Ryan

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.