Windows 10: NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change

Discus and support NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change in Windows 10 BSOD Crashes and Debugging to solve the problem; I have 30 devices on my little network, 28 of them are working fine as they always have done. About 2 months ago one of the devices started playing up,... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Arbitmcdonald191, Jan 22, 2021.

  1. NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change


    I have 30 devices on my little network, 28 of them are working fine as they always have done. About 2 months ago one of the devices started playing up, a number of services and programs were failing - many of the failing applications are proprietary. Upon further investigation I found that the SYSTEM user was no longer able to make HTTP requests. The account does get a response to PING and NSLOOKUP so internet access and DNS are absolutely fine.


    This was a sudden and totally unexplained change, this had always worked before. To test I used PSExec to open a PowerShell console as the SYSTEM user. I then attempted a PING, NSLOOKUP followed by an Invoke-WebRequest, which failed. I then performed the same test on 3 of the healthy machines at random, and all SYSTEM users were able to GET a website using Invoke-WebRequest. To rule out an issue with PowerShell, I also tried creating a C# console application in the .NET framework that tried a HTTP POST and GET using System.Net.WebClient - this worked on the healthy machines and failed on the problematic desktop, just the same as the PoSh test.


    In the following screenshot you can see I am running a PowerShell console on a healthy machine as NT AUTHORITY\SYSTEM, and that I get a successful response to Invoke-WebRequest:


    NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change c57d72c6-c6f7-436b-8d79-cd17724179e0?upload=true.png


    The exact same test fails on the problematic device, in this screenshot you can see I am running the console as SYSTEM, PING works, NSLOOKUP works but the Invoke-WebRequest fails:


    NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change 4bce7e19-7a91-47f9-af6e-3f0a54a4aff3?upload=true.png


    The reason I have come here for help is that the issue has now started on a 2nd device, randomly, 2 months after the first device had issues. I have spent about 20 hours trying to diagnose and resolve with no luck.


    If I run the services as a different user I can get them to work as expected, but I really need to identify the root cause of this crazy behaviour.


    - This happens when the devices are on different networks, even 4G hotspots with zero security controls

    - It happens when the Windows Defender Firewall is disabled

    - There are no proxies

    - I tried -UseBasicParsing but the Invoke-WebRequest switches do not matter, as System.Net.Webclient also failed

    :)
     
    Arbitmcdonald191, Jan 22, 2021
    #1

  2. NT Service\TrustedInstaller & NT authority\system

    It doesn't log you into another user, you are running cmd.exe under a system process when you use utilman, So anything you then run under cmd.exe is running with the authority of 'NT authority\system'

    Kind Regards,

    Elise
     
    EliseM_456, Jan 22, 2021
    #2
  3. leon sol Win User
    NT Service\TrustedInstaller & NT authority\system

    is "NT Service\TrustedInstaller" the same thing as "NT Authority\system"? can you log into "NT Athority\system"?

    i understand that "NT Service\TrustedInstaller" is not a user, i under stand that "NT Service\TrustedInstaller" is just trustedinstaller.exe with a temporary user ID.

    i know that i cannot log into "NT Service\TrustedInstaller".

    when i say "log into" i mean: "go into the user account and open file explorer's desktop and make it act like a normal user"
     
    leon sol, Jan 22, 2021
    #3
  4. NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change

    NT AUTHORITY/SYSTEM shutdown

    How do I removed this shutdown initiated by NT AUTHORITY/SYSTEM on windows 10?. It keeps showing up on my PC.
     
    mikerozzle, Jan 22, 2021
    #4
Thema:

NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change

Loading...
  1. NT AUTHORITY\SYSTEM can no longer make HTTP requests, sudden change - Similar Threads - AUTHORITYSYSTEM longer HTTP

  2. An error occurred while making the HTTP request to...

    in Windows 10 Gaming
    An error occurred while making the HTTP request to...: An error occurred while making the HTTP request to https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx. T https://answers.microsoft.com/en-us/windows/forum/all/an-error-occurred-while-making-the-http-request-to/87fbc4c4-9658-49a5-9ede-ccfadb6bbbe1
  3. An error occurred while making the HTTP request to...

    in Windows 10 Software and Apps
    An error occurred while making the HTTP request to...: An error occurred while making the HTTP request to https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx. T https://answers.microsoft.com/en-us/windows/forum/all/an-error-occurred-while-making-the-http-request-to/87fbc4c4-9658-49a5-9ede-ccfadb6bbbe1
  4. What can cause this exception on IIS and windows Server 2019. The HTTP request is...

    in Windows 10 Gaming
    What can cause this exception on IIS and windows Server 2019. The HTTP request is...: What can cause this exception on IIS and windows Server 2019. The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM,Basic realm="???.za.ds.naspers.com"'. The Kerberos client...
  5. What can cause this exception on IIS and windows Server 2019. The HTTP request is...

    in Windows 10 Software and Apps
    What can cause this exception on IIS and windows Server 2019. The HTTP request is...: What can cause this exception on IIS and windows Server 2019. The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM,Basic realm="???.za.ds.naspers.com"'. The Kerberos client...
  6. Windows Defender Firewall blocking app running inside WSL from making http requests to a...

    in Windows 10 Gaming
    Windows Defender Firewall blocking app running inside WSL from making http requests to a...: I'm trying to use Mockmoon to mock an API locally and using an app I made in go to interact with the mock API.When I try to use localhost, only my browser can make requests, but when I change the hostname to my device's API and try to make requests through my app, it gets...
  7. Windows Defender Firewall blocking app running inside WSL from making http requests to a...

    in AntiVirus, Firewalls and System Security
    Windows Defender Firewall blocking app running inside WSL from making http requests to a...: I'm trying to use Mockmoon to mock an API locally and using an app I made in go to interact with the mock API.When I try to use localhost, only my browser can make requests, but when I change the hostname to my device's API and try to make requests through my app, it gets...
  8. Windows Defender Firewall blocking app running inside WSL from making http requests to a...

    in Windows 10 Software and Apps
    Windows Defender Firewall blocking app running inside WSL from making http requests to a...: I'm trying to use Mockmoon to mock an API locally and using an app I made in go to interact with the mock API.When I try to use localhost, only my browser can make requests, but when I change the hostname to my device's API and try to make requests through my app, it gets...
  9. Can no longer change background

    in Windows 10 Customization
    Can no longer change background: A friend of mine contacted me the other day and said that he suspected a recent update changed his wallpaper and that he no longer had the ability to change the wallpaper. He is using Window 10 Home edition. He sent me a screenshot of his background settings. [img] Any...
  10. Can no longer change background

    in Windows 10 Support
    Can no longer change background: A friend of mine contacted me the other day and said that he suspected a recent update changed his wallpaper and that he no longer had the ability to change the wallpaper. He is using Window 10 Home edition. He sent me a screenshot of his background settings. [img] Any...