Network: winget endpoints

dridley 161 Reputation points
2023-05-16T03:02:09.7866667+00:00

Hi MSFT,

Is there a published list of required endpoints for WINGET?

Our env has explicit whitelisted URLs and winget is failing.
However, if i bypass the whitelisting it works.

InternetOpenUrl() failed.
0x80072efd : unknown error

From the verbose logs i found it needed...

github.com

*.githubusercontent.com;

which worked, but worried some other apps might fail, so the question still remains...is there a complete list of required endpoints?

Thanks.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,568 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
872 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,301 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Albert Gaynor 0 Reputation points
    2023-05-16T05:16:59.3433333+00:00

    I do not see any reference to a formal list of required endpoints; the error presented looks to be related to your specific use.

    It sounds like the issue lies in the Whitelisting, and firewall traffic.

    Some users have had to ensure TLS 1.2 was functioning correctly...
    https://github.com/microsoft/winget-cli/issues/566

    0 comments No comments