Get Storage Account Error

While trying to get Storage Account from Azure I am getting below error:
Get Storage Account: Unable to get resource group with name “UiPath”: System.Net.Http.HttpRequestException: The SSL connection could not be established

Kindly help me to fix this issue

Hi @sneha_arbole1
The error message suggests that there may be an issue with the SSL connection to the Azure portal. Here are a few things that you can try to resolve the issue:

Check if your network settings or firewall are blocking the SSL connection. Try disabling any firewalls or VPNs that you may have on your system and try the operation again.

Check if you have the latest updates for your operating system and any required certificates installed.

Ensure that the date and time on your system are set correctly. An incorrect date and time can cause SSL issues.

Try using a different web browser to connect to the Azure portal.

Try using the Azure PowerShell module to connect to the Storage Account. You can install the module using the following command in an elevated PowerShell session: Install-Module -Name Az -AllowClobber -Scope CurrentUser

Check if there is any network or server maintenance ongoing from the Azure portal side.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.