cancel
Showing results for 
Search instead for 
Did you mean: 

Intermittent connection issues loading/changing site- secure connection failed/site can't be reached

EDIflyer
Involved

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).

 
I'm using a NR5103E with Firmware Version V1.00(ACBJ.0)b14 - I tried rebooting it but to no effect.

EDIflyer_0-1697984212494.pngEDIflyer_1-1697984219294.png

 
 

EDIflyer_4-1697984241361.png

 

493 REPLIES 493
AkiTaiyo
Active

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!

AkiTaiyo_1-1716580936324.png

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..

Midnight54
Established

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"

AkiTaiyo
Active

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

Midnight54
Established

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

 

checker.jpg

AkiTaiyo
Active

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.

Midnight54
Established

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 🙂

Midnight54
Established

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?

bytespider
Involved

😂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
---
AkiTaiyo
Active

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..

AkiTaiyo_0-1716576600006.png

 

AkiTaiyo
Active

Cant find any link from three main page that links to this url anymore, so presumably they have dropped it..