Hi @Anonymous ,
Could we know if there is the proxy between the SUP and my client? If so, please check if the Automatic Updates service have access to the user-specific proxy server settings that may be configured in Internet Explorer.
To view the current WinHTTP proxy and bypass list, load up cmd prompt and run:
netsh winhttp show proxy
To add the bypass list to your WinHTTP proxy, you can either set it manually through command prompt, or through group policy.
netsh winhttp set proxy proxy-server=”proxyserver.com:port” bypass-list=”*.domain.com;<local>”
For proxy configuratin, please consult your Network team support.
And for more information, kindly refer to this article:
https://nhogarth.net/2016/09/13/scan-failed-with-error-0x80244019/
Note: Non-Microsoft link, just for the reference.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.