-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
web.archive.org gives ERR_CONNECTION_RESET - too many cookies #3437
Comments
Additional info:
|
FWIW, I see this issue in Chrome but not in Brave. This makes me think that it's a profile-specific issue rather than a browser-specific one. |
@AronVanAmmers Just a check in, does this work? Seems to be resolved/fixed |
@ryanbr just checked with Brave 1.2.43. Results the same, I can still reproduce it with the profile I used before, but not in a private window and not with a different profile. So indeed seems to be a profile-specific issue as @tomlowenthal suggested. I would be happy for this issue to be closed as I have a satisfactory workaround (use the other profile when this happens). |
@AronVanAmmers : ERR_CONNECTION_RESET could happen when the server receives an arbitrary large client request. My best guess, looking at the issue right now is, somehow your browser is sending a large payload of cookies/query parameters to web.archive.org. Cleaning the cookies for this domain will most likely solve this particular issue. |
That did it! Indeed I had 75 cookies between archive.org and web.archive.org (size in bytes unspecified). Clearing cookies fixed it. Thanks @konarkmodi. Will close the issue and adapt the title to reflect. |
Description
When opening https://web.archive.org, I get
ERR_CONNECTION_RESET
and sometimesERR_CONNECTION_CLOSED
. My network connection is fine. I've seen this about a week ago and again today (not tried in between), so it's not an intermittent issue. This doesn't happen in Chrome and Microsoft Edge on the same machine. Have tried disabling Brave shields.Steps to Reproduce
Actual result:
Usually
ERR_CONNECTION_RESET
. SometimesERR_CONNECTION_CLOSED
. Status bar says "Establishing secure connection", "Waiting for web.archive.org"Expected result:
Reproduces how often:
Easily reproduced on this system. Have seen it about a week ago. Not tried in between, seen it again today.
Brave version (brave://version info)
Brave | 0.59.35 Chromium: 72.0.3626.81 (Official Build) (64-bit)
Revision | ac8b982e05014492d1bd7d317628a4f22a97ffa0-refs/branch-heads/3626@{#796}
OS | Windows
OS is Windows 10 with latest updates (version 1809).
Reproducible on current release:
Not tested.
Website problems only:
No.
No, web.archive.org opens fine on Chrome on this machine. Chrome Version 72.0.3626.109 (Official Build) (64-bit).
The text was updated successfully, but these errors were encountered: