- 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).
05-24-2024 09:07 PM - edited 05-24-2024 09:14 PM
If anyone is interested, I've made my app+source available.
It's hacked together in C# so feel free to make improvements on it. Requires .net8 to run the binary. Tries to categorize most of the errors (in a really dodgy way).
Gives you a readout like this on the console window, press "esc" to stop it running, but it doesn't save the results so you will want to copy/paste them to somewhere before closing the window!
Source + binary in zip format from my Google Drive. See the 'bin' folder for the pre-built binary.
https://drive.google.com/file/d/1xMaD4DJEGjJFUASdMI0ARnibB39Zru4H/view?usp=sharing
urls.txt file controls the sites it requests. Don't include the https://
Feel free to use + make changes, publish to github or whatever..
on 05-26-2024 10:32 PM
Tried to download from the top right icon direct from the main link but get the following message on the page
"Sorry, this file is infected with a virus.
Only the owner is allowed to download infected files"
on 05-27-2024 07:40 AM
Lol, ok..
GDrive doesn't like the binary so here's the source only version.
https://drive.google.com/file/d/1xPegW545CZ8V4nMw7h1ARhRhKZpbtLvn/view?usp=sharing
on 05-27-2024 06:08 PM
Hmmm not sure how to interpret whats going on with the results.
Reddit itself appears to be for the most part working despite the result sayin GenFail, but almost all the results are suggesting no issues, yet I'm having loads of issues today, especially with duckduckgo
on 05-27-2024 10:14 PM
Like I said, the detection of the SSL drop error is dodgy.. relies on a text comparison which isn't necessarily going to stay the same across systems, but it was working for me untill the problem stopped..
I can't reproduce the fault on any platform or software tool here, so I can't find a better way to track the error..
GenFail counts are when the there is a reply, but the status code isn't 200 (or "too many requests)
If you're interested in digging further into this the feel free to DM me and I'll send some other code to try, no point fault finding this on forum.
05-27-2024 05:49 PM - edited 05-27-2024 05:59 PM
Thanks - downloaded - of course I've no idea how to compile it - so guess time to google and download visual studio 😄
Edit : downloaded VS Studio and Net extras, loaded in VS Studio and Built, now running 🙂
05-24-2024 07:19 PM - edited 05-24-2024 07:19 PM
Currently the most commented on thread in this forum section, but the lack of much response from Three or at least transparency on what they're doing to resolve the problem with regular updates is unreal....this must be affecting many many people.....of course some will blame alsorts, such as signal, websites, wifi, phone etc but this fault definitely lies with Three, and it seems to come and go with severity at random (currently not too bad but its still there). Do no Three engineers use their own broadband provider?
on 05-24-2024 09:35 AM
😂Geez! In this case the appear to have an invalid certificate on the support domain.
❯ ./checkssl.sh 'https://support.three.co.uk'
---
Testing: https://support.three.co.uk
---
Attempt 01: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 02: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 03: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 04: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 05: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 06: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 07: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 08: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 09: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 10: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 11: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 12: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 13: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 14: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 15: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 16: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 17: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 18: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 19: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
Attempt 20: Error - SSL: no alternative certificate subject name matches target host name 'support.three.co.uk'
---
SSL Errors: 20/20
---
on 05-24-2024 07:50 PM
Different SSL error to the connection dropped one..
This one is due to the certificate being returned from this URL, not being valid for the URL..
on 05-24-2024 07:55 PM
Cant find any link from three main page that links to this url anymore, so presumably they have dropped it..