Skip to content

dotnet 9 install fails due to aka.ms resolving to bing #461

@CodedBeard

Description

@CodedBeard

Don't think this issue is directly the scripts fault, but seemed like the best place to report it.

When using dotnet-install.sh to install --channel 8.0 and prior, the install link correctly resolves to azureedge.net and the install completes fine:

dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-x64.tar.gz

but when attempting to install --channel 9.0 it instead resolves to a bing url which fails.

dotnet-install: Attempting to download using aka.ms link https://www.bing.com?ref=aka&shorturl=dotnet/9.0/dotnet-sdk-linux-x64.tar.gz
curl: (7) Failed to connect to www.bing.com port 443 after 0 ms: Connection refused

Now the failure is likely due to our network having restrictions on bing.com, but it seemed a little odd that the aka.ms resolves to bing rather than directly to azureedge.net like all the other download pages do. Any chance this could be fixed by whomever is responsible?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions