Hi @Kenyon Papaj ,
Thanks for sharing your details!
From my understanding, ERR_CONNECTION_RESET means the connection is being cut off before the page can load.
When this happens, the first thing to confirm is whether the server is still able to accept connections. If this server is running IIS, please check that the World Wide Web Publishing Service (W3SVC) is running, and that the website and its application pool are both started in IIS Manager.
If everything looks normal in IIS, the next thing to check is whether anything around the server is blocking traffic, such as firewall rules or network security settings. These can stop connections before they ever reach the website.
If you want a simple explanation of what this error means and some basic things to double‑check, this article walks through it clearly:
Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classifies as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.
Once you’ve checked whether the server is accepting connections and whether traffic is allowed through, we can narrow it down further based on what you find.
If you found my response helpful or informative, I would greatly appreciate it if you could follow this guidance provide feedback. Thank you.