PowerShell / PowerShellGallery

220 stars 59 forks source link

Cannot download or install CosmosDB v4.5.0 package (ERR_CONNECTION_TIMED_OUT) #214

Closed v-karbovnichy closed 2 years ago

v-karbovnichy commented 2 years ago

When I try to invoke Install-Module -Name CosmosDB, I get this error:

WARNING: Source Location 'https://www.powershellgallery.com/api/v2/package/CosmosDB/4.5.0' is not valid.
PackageManagement\Install-Package : Package 'CosmosDB' failed to download.
At C:\Program Files (x86)\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
...

When I try to manually go that URL, it redirects to https://psg-prod-eastus.azureedge.net/packages/cosmosdb.4.5.0.nupkg, which returns ERR_CONNECTION_TIMED_OUT.

Another way to get the same result:

This is happening on my local laptop (Central Russia). Tried to navigate to the final URL from a machine in AWS (North Central US) - the same result.

v-karbovnichy commented 2 years ago

Okay, it was my corporate VPN issue.

v-karbovnichy commented 2 years ago

Thank you everyone for not reacting to this issue for two days.