- Order by phone: 0800 033 8006
- Blog
- Coverage checker
- Store locator
on 10-22-2023 03:21 PM
Is anyone else occasionally getting a 'connection down' error from Chrome (or 'Secure Connection Failed' from Firefox) when changing page - if I hit refresh it works fine. At first I wondered if it was the site I was using but have noticed it on multiple different major websites over the past couple of months and not noticed it from other locations where I don't use Three Broadband so does seem to be related to the router/connection (this is via wired Ethernet too, so not a WiFi problem). I've tried changing DNS server in case that helps but no difference.
It mainly seems to happen when trying to first load a site or (annoyingly) at checkout when a different site is being loaded as part of the checkout process. It certainly doesn't happen everytime but does happen with reasonable frequency. I've also noticed I often get it when trying to pull/push from/to Github too and have to do so a number of times for it to work (browsing the Github website works fine).
on 11-28-2023 01:30 PM
Thanks for the update, @JonathanB . It's quite disappointing that the engineers haven't been able to replicate it given how many of us has posted re issues. I had a look at the links and most of them seem very generic and not necessarily applicable as they are referring to Chrome/Firefox when a lot of us have also confirmed the issue on mobile phones (on WiFi), smart TVs, headless Linux devices, etc.
However one of the later solutions was more interesting - re flushing the DNS cache. I followed the more detailed guidance at https://devconnected.com/how-to-flush-dns-cache-on-linux/ as well as the Windows guidance at https://kinsta.com/knowledgebase/flush-dns/ and when running the code from @Tatablack from upthread (slightly adjusted below) I've noted a marked improvement with no errors after 100 curl requests:
for i in {1..100}; do curl -I --no-progress-meter -o /dev/null https://github.com || true; done;
I'm not certain it's 100% sorted yet but I'm going to try running things without the VPN for a bit and see how I get on (although for shop check-outs I might still pop it back on for a bit just in case!)
on 11-30-2023 10:32 AM
Tried this, made no difference. It was better for a few days when I switched APNs, but the problem is still there. Interestingly, the error is different for me:
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
The fact that a VPN fixes the issue AND that @BrummyGit still had issues with another router makes me wonder what kind of networking monitoring does Three do 🤔 (I did try disabling the adult filter as suggested in another thread - made no difference either).
on 11-28-2023 05:17 PM
Just to update - still seeing it occasionally, albeit much less than before...
for i in {1..100}; do curl -I --no-progress-meter -o /dev/null https://github.com || true; done;
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to github.com:443
on 11-29-2023 10:18 PM
@JonathanB although improved definitely still not fixed - still seeing intermittent issues when I'm not on VPN.
23-11-29 22:17:04 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/armv7-hassio-supervisor:2023.11.6: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.6&fromImage=ghcr.io%2Fhome-assistant%2Farmv7-hassio-supervisor&platform=linux%2Farm%2Fv7: Internal Server Error ("Get "https://ghcr.io/v2/": EOF")
on 11-29-2023 11:11 PM
I can't see my earlier reply on this topic, but I also had the same issues updating Home Assistant this evening whilst connected to Three Broadband using my FWA710 not NR5103e. I tried repeatedly before swapping to my BT FTTC service where it worked first attempt.
I am not seeing intermittent page loading issues on this new router, but the problem getting content from GitHub was exactly the same for me tonight.
on 11-30-2023 09:40 AM
Hey @BrummyGit,
Sorry about that, our automated Spam filter must have not liked something about the post. I think it may have seen the text and URLs in the log extract as a bit suspicious. I've restored the post now though.
Thanks,
JonathanB
Mod tip! The author of a post can hit 'Accept as Solution', to highlight a reply that helped solved their query.
11-30-2023 10:20 AM - edited 11-30-2023 10:22 AM
Thank you @JonathanB - this is interesting that I suffered the same issue with GitHub using a FWA710 router therefore it's either a general issue with Zyxel firmware or, most likely, caused by something in Three's infrastructure. I would tend to suspect something like transparent proxy services, content scanning or similar. This might also explain the intermittent nature of the problem as it could be load related.
As an example, we recently had an issue at work where the client's proxy servers were unable to cope with the load and started dropped what it considered to be "long lived" sessions. This meant that some applications that relied on continuous connections failed. It may be that the GitHub Get isn't given long enough to complete before the connection is dropped.
However I still don't understand why GitHub was consistently failing (just like some of my previous examples where it turned out to be the adult content filter) and other pages where it's relatively infrequent. I haven't had any of the infrequent issues since swapping router.
11-29-2023 09:38 PM - edited 11-29-2023 09:40 PM
Interestingly I just ran into a problem updating my Home Assistant software. It was consistently failing pulling updates from the GitHub, however swapping to my BT FTTC service saw it update first attempt. Here is an extract from the log:
[140242398730048] Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.11.6: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.6&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2023.11.6": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Famd64-hassio-supervisor%3Apull&service=ghcr.io": EOF")
[140242301068992] Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.11.6: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.6&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": EOF")
[140242171198016] Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.11.6: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.6&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": EOF")
[140242121040064] Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.11.6: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.6&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2023.11.6": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Famd64-hassio-supervisor%3Apull&service=ghcr.io": EOF")
[140242121040064] Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2023.11.6: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=2023.11.6&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": EOF")
on 11-27-2023 10:35 AM
This has been happening to me intermittently when using github.com over the last couple of weeks / months too.
Not sure exactly how long as I've been running with 2 broadband providers but my other contract just lapsed so I'm now on 3 5G broadband 100% of the time.
It's happening quite a lot and like others on this thread, I'm concerned at how long it's taking to get a resolution.
I've just gone through the process of enabling adult content to see if that helps, but the intermittent SSL issues when accessing github.com are still there.
Is it helpful if I provide any details to your engineering team? Please let me know if it is.
on 11-28-2023 11:31 AM
Hey @hughesceri,
I'll PM you a link to the team that @EDIflyer mentioned. If you can chat with the team, they'll gather some info to get your connection info added to the investigation.
To view your private messages on the community, click on your avatar image in the top right of any community page, then "Messages".
Thanks,
Jonathan
Mod tip! The author of a post can hit 'Accept as Solution', to highlight a reply that helped solved their query.