Intermittent Net::ERR_CONNECTION_RESET Error and Incomplete Loading over HTTPS

Anonymous
2024-03-11T04:43:49+00:00

I have an F5 load balancing setup configured with two servers. My MVC web application, which incorporates Kendo UI, jQuery, and Bootstrap, is hosted on an IIS server with an SSL certificate. However, when accessing the application via HTTPS from outside the server, it often or sometimes results in a 'net::ERR_CONNECTION_RESET' error, with intermittent failures to load JavaScript and CSS files to the client. Strangely, upon reloading the page, the assets load properly, and the page functions as expected. This issue did not occur when the application was accessed via HTTP, where it worked properly without any issues. What could be the reason behind this problem?

Windows for business Windows Server Networking Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-03-13T06:42:55+00:00

    Hello,

    The 'net::ERR_CONNECTION_RESET' error is usually caused by a network issue, where the connection between the client and server is unexpectedly closed. This can be caused by a variety of factors, including network congestion, firewall settings, or server misconfiguration.

    In your case, since the issue is occurring only when accessing the application via HTTPS, it is possible that the SSL handshake is failing intermittently, causing the connection to be reset. This could be due to a misconfigured SSL certificate, or an issue with the SSL/TLS protocol version being used.

    I hope this helps!

    Best regards

    Zunhui

    29 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-03-14T09:11:34+00:00

    Thank you for your response. can u help me how to identify this issue ? Are there any particular techniques you would recommend for this issue to solve?

    31 people found this answer helpful.
    0 comments No comments