-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERR_CONNECTION_RESET when connecting with code.jquery.com #77
Comments
Interestingly, re-running the last command (
|
As a temporary workaround, adding the IPv4 address to the
|
@bramhaag Sorry for the late response. Given the type of issue, this is unlikely to be under our control. However, I am able to consistently reproduce this when using an Amsterdam connection, which is quite worrying indeed.
The same from London, however, works fine:
I have raised this with Highwinds support. |
@bramhaag Would you be able to share the IP address from which you experience this issue? This would enable Highwinds support to check their networks for issues in routing from or to you. To share it privately, send it to |
It still fails without the hosts override.
This is a different error than the one I receive. Running the command you've used, I get "Connection was reset":
I have sent an email with my IP address. |
@bramhaag The folks are Highwinds were not able to find an issue on their side at this time about network paths between them and your IP. They ran a traceroute from a test client provided to them by your Internet provider to Run TCP MTR with the On the other side, perhaps some of the following could help isolate the issue and find just in case something else is happening:
|
As of tonight, for whatever reason IPv4 is being preferred for me when connecting to code.jquery.com. This change happened in the middle of my testing without changing anything on my side. I confirmed this with the
I have emailed the output of tracert and ping.
It does:
This works, but possibly because IPv4 is now preferred for me.
Still unable to access the site with curl |
@bramhaag Thanks for sticking with me. They've checked the route and so far have not uncovered any issue. They believe an MTR report would help more there. Would you be able to capture and send one of those as well? (If you're on Windows, WinMTR might work, which was recommended to me by Highwinds support.) |
I have emailed the output of WinMTR. The original does not support IPv6, so I've used a fork that does. |
@bramhaag Thanks. Unfortunately still no luck pinpointing the issue. There is growing suspicion that it is an issue with either the device or something from your ISP that is somehow very localised to a small subset of customers from that ISP. There's two additional things Highwinds support would like you to try:
For each of:
|
Sorry for the delay. In the past few days, something must have changed as I can now reach code.jquery.com from all my devices on the affected network without any changes on my end. Querying the IP addresses listed above with curl now gives me the desired output. Out of curiosity, are you still able to reproduce the issue using your Amsterdam VPN @Krinkle? |
@bramhaag I am, but I have since realized that that was due to the VPN in question not supporting IPv6 (it didn't pass the test either), and it was only reproducible there when explicitly forcing the connection over an IPv6 address. I'll close this for now. Thanks again for sticking with us, and don't hesitate to reach out again. 🙂 |
I also got that problem with connetion resets while loading javascript from GET https://code.jquery.com/jquery-3.4.1.slim.min.js When I repeat reloading the website then it works after 10-20 reloads. I added the ip4 address to the hosts file, then it works. Looks like a DNS issue for code.jquery.com. It is solved to ip6 address cds.s5x3j6q5.hwcdn.net [2001:4de0:ac18::1:a:3b] The ip6 address is preferred while solving with ping -a. (boths pings are always working) |
I must add myself to the list of people experiencing this specific issue. Only workaround that helped so far was editing the hosts file as suggested above... It is happening on the single device (other in the same network work just fine). |
For me, this is caused by the Intel software, "Killer Network Services." See here: #80 (comment) |
On Chrome, trying to reach code.jquery.com often results in a ERR_CONNECTION_RESET error. This breaks many pages that use the CDN.
To confirm that it was not a problem with my installation of Chrome, I have tried to following:
None of these steps allowed me to view code.jquery.com consistently. When refreshing many times, it occasionally happens that the page loads, but this is very rare.
I ran the commands listed here:
The text was updated successfully, but these errors were encountered: