We were running Dynamics 365 v9.0.17 and had set it so that we could access it via a URL without having to connect to VPN. Within the past few months it no longer works. We can hit the adfs sign in page and log in but Dynamics never loads. It's just a white screen. Now we have to connect to VPN in order to access it from outside the office. We updated to v9.1.6 without issue but still have to use VPN. Any thoughts on what may have happened? I appreciate the assistance.
In addition, I thought it might be a change in anit virus blocking the connection but I can't get to it from mobile. On my iphone, I can get to the landing page where I can choose my apps but it takes quite some time for that to load. Then when I click on the app I want to use, it can't because the network load connection lost. On my PC I get this Failed to load resource: net::ERR_CONNECTION_RESET and no resource with give URL.
So we had one that expired and changed/renewed it (not my wheel house). Thought we updated what we needed to but in reviewing the logs this morning I see that since February we have been receiving multiple notifications that it is either expired or expiring on both of our servers. I am working with our consultation and network manager to resolve the issue. I can't believe we all missed that. Thank you!
I would get the certs checked first, make sure some of the others have not expired too as as they may have been configured around the same time. Could also check that the permissions were set correctly after the cert was renewed.
Well we did have a cert expire but I was assure the new one was in place. The issue did happen before the cert expired...or the cert update. I say that because maybe it expired and someone caught it months later...is that possible?
I would first look at the event logs on your servers, specifically the front end(s),the firewall, and the ADFS server to see what's being logged during an authentication attempt. I assume your SSL certs are all fine?
Failed to load resource: net :: ERR_CONNECTION_RESET manifest.json: 1 Failed to load resource: the server responded with a status of 403 (Access denied for 2xx.xxx.xxx.xxx) I use cloudflare to control my external dns. I have enabled ssl lets scripts.
Your server.domain AAAA record is still proxied, just saying.
Not sure if that makes any difference in the matter, whenever I use CF I tend not to proxy anything at all as it makes the whole setup a bit fragile.
I have a website in production that's been operational for close to 4-5 years. About a month ago, the users of the website have started experiencing service disruptions. These disruptions manifest themselves in the form of freezes when the user navigates from one page to the other. The website is developed in ASP.NET with MVC and is deployed under IIS on two identical web servers that sit behind a load balancer that manages the traffic. Through Chrome's DevTools screen, I can see that stylesheet or script files fail to transfer to the client side. I can see the HTTP Status of the call listed as 200 but when I look at the Timing tab, I can see this Caution message:
These errors are intermittent. If I stop the browser from spinning and I refresh, the page will load fine. I navigate to 2-3 more pages and then the 4th one will freeze again. Basically the website is unusable for the customers.
Since those are static resources that are served by IIS through simple GET commands, I can get their URL and drop it in a browser. If I do this repeatedly, at some point, I will experience the same freeze.
Before anyone askes, I did check and caching on the web servers has not been disabled. I took turns stopping the web servers and tried running the website with only one web server up. The problem occurs in both cases. I looked and both servers have plenty of space on the hard-drive and the CPU does not go higher than 50% at all times. Both servers have the most recent Windows patches updated. The configuration is 64-bit Windows Server 2012 R2. Both servers have been rebooted multiple times.
Is there a way to trace, at the IIS level, what happens with these calls that are not served to the client? I can stop one of the web servers so that the entire traffic is routed through the other server, thus making the tracing of my calls easier. Our website has not been updated since October of 2018 so whatever created this issue must be an operating system update or a change in the network settings. Our client's IT department have analyzed all the recent changes and updates made recently and none should cause the problems that we see. Are there things that we should do, trying to figure out what is the issue?
Some additional information: we were able to run the website locally, on one of the web servers, thus bypassing the load balancer. We did not experience the problem. The load balancer is Netscaler from Citrix.
Citrix engineers have analyzed the collected log files and have concluded that the problem is not caused by Netscaler. In the meantime, I would still like to collect some logs on my own and see if any error can possible be recorded when these static file requests are not successfully served to the client.
In our case it was the Citrix Netscaler that was creating all those problems. There was nothing wrong with the website. After playing with various configuration options of the Load Balancer, the IT managed to find the right settings and prevent this issue from happening. I am not sure this is helping you much unless you are also using Citrix Netscaler as the load balancer
I don't but I can try to find out. What I am aware of is that the issues started to happen when they upgraded the version of Netscaler. Did you do that recently? In our case, they rolled back to the previous version and everything started working fine again. I am not sure if they found a fix that allowed them to upgrade again. I will ask.
Hey @Eddie Lascu , did you get an answer from Citrix you are able to share? We are facing similar intermittent connection reset with similar setup. Connection resets happen fast though, and it only happens when going through Citrix netscaler. Operations team have tried many things but nothing really helps.
Thanks for your reply. I do not want to increase the timeout. It's already long enough (3.8 minutes). The operations that time out are static resource file downloads that should take milliseconds. The sizes of the files (stylesheets or scripts) are in the tens of KB range. If I increase the timeout, the website will freeze for even longer than 3.8 minutes. It would still be practically unusable.
Hi @Sam Wu-MSFT This behavior (the website randomly freezing on certain pages) it's consistent for all customers (users), across multiple browsers (Edge, Chrome, Firefox), in regular or Incognito sessions. It's not the cookie cache.
Hello. My game loads many resources (100+); on specific PC occasional weird error happens: net::ERR_CONNECTION_RESET 200 OK for several files so loading abrupts. I failed to google what that error even means and every time it happens to different files and in 1 in 20 times game loads successfully. Errors I dealt with previously was 404 (Not Found) which was caused both by absent network or absent files, so I was just reloading the whole page hoping for network connection to recover.
Is there a way to know which file failed to load? How can I add failed file back to the loading bundle continuing the ongoing loading process? If sub-resource failed to load (for example, .png file of .json spritesheet) should I re-queue that sub-resource or it's parent?
I have been using Kaspersky for years and my default browser is Microsoft Edge. As of yesterday, when Kaspersky Total Security is running, Microsoft Edge and Opera GX both fail to load web pages (ANY web pages), displaying either err_connection_reset or err_connection_aborted pages. The browser will actually cycle through the two pages (rest, then abort, then reset again, etc...) for a certain number of cycles, then it will just stop, but it will not load the web page.
This occurs whether I have the extensions installed in the browser or not, and even whether Kaspersky Total Secutiy is active or not - pausing the app does not solve the problem. But if I close the app entirely, everything works fine again.
There may be an error on your machine with these programs when 'Scan secure connections' is enabled.
You can disable this scan for a test in 'Settings->Network settings' by selecting the option 'Do not scan encrypted connections'.
If this causes the browsers to work again, a database update followed by a computer restart often helps. Possibly the error has already been fixed and you can enable the scan again.
thank you, this effectively fixed the issue I was having too. In case anyone in the web is looking for this information, I was getting ERR_NO_CONNECTION in Brave Browser Beta, as well as having issues with Whatsapp Web Windows 10 app, Telegram App, and other Windows 10 metro apps.
Looking at the screenshot and the error message net::ERR_CONNECTION_RESET seems to be a local internet or firewall issue. Can you please check your firewall or try accessing the website in a different computer?
We currently have 3 active Web Apps, all created using the Wordpress on Linux Web App template in the Azure Marketplace using the same App Service Plan and sharing those resources (CPU, RAM, and Storage)
Thanks for updating in and the very detailed information. I have investigated the issue and it points to your server configuration. Please take time to check the following links as it relates to your issue:
d3342ee215