Getting failed: NET::ERR_Connection_reset in production.

Brown, Matt 126 Reputation points
2024-05-03T21:04:03.0266667+00:00

I'm getting this error when I uploaded a new site to production. I've looked elsewhere and so far the results point to it being a browser issue except anyone going to the site gets the same error. The site uses SSO, but it never reaches it as it errors out on the first hit. Test server is 2022 and Prod is 2016. Site is 4.5.2 although I can't imagine that being the issue as Prod is 4.6+ and Test is even newer.

Windows for business Windows Server User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. S.Sengupta 24,476 Reputation points MVP
    2024-05-04T01:09:12.23+00:00
    0 comments No comments

  2. AgaveJoe 30,126 Reputation points
    2024-05-04T11:13:44.59+00:00

    The error is straight forward. The browser is having a problem connecting to the web server. There can be several reasons for the connection error. You'll need to troubleshoot to figure out what causing the connection issue.

    We have no idea what server resources you have access to but if you can remote into the web server then try running the application from IIS on server. You can also check logs, event viewer, and IIS configuration.

    From a client perspective, you can try to ping the server.

    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/ping

    You can also use a network sniffer like Wire Shark to view the low level TCP/IP connection.

    https://www.wireshark.org/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.