Error 103 (net::ERR_CONNECTION_ABORTED) - Chrome

Solved
tomy2904 Posted messages 361 Status Membre -  
 Greg -
Hello,

Since this morning I'm getting this error "Error 103 (net::ERR_CONNECTION_ABORTED): Unknown error" when I go to Facebook, Hotmail... (https) with Chrome and it works on Firefox.
Has anyone ever encountered this error?

Thank you!

Configuration: Windows 7 / Chrome 25.0.1364.97

3 réponses

brainstorm2013 Posted messages 1 Status Membre 14
 
Here is a proposed solution that has already worked for several.
Hover over each Chrome shortcut and by right-clicking on the shortcut, then on "Properties", at the end of the "Target" field, try to add this argument to the shortcut's execution command line: "--ssl-version-max=tls1".
Then click "Apply" to confirm this change.
Then close Chrome and relaunch it.
This argument prevents the use of TLS v1.1 or v1.2 and therefore enforces TLS v1.
This behavior indicates that there is likely a piece of equipment (or software) such as a firewall that was blocking TLS v1.1 traffic for Chrome on your PC.
Presumably, forcing it has reset it and/or added a directive.
12
tomy2904 Posted messages 361 Status Membre 32
 
It doesn't work, in the URL it shows this: (for example) https://www.facebook.com%20--ssl-version-max%3Dtls1/
and therefore it can't find a matching page...
0
tomy2904 Posted messages 361 Status Membre 32
 
Ok thanks, I set it like this and it works for me:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --ssl-version-max=tls1
(so after the " )
1