Control: retitle -1 firefox-esr: in case of connection error, Firefox should say whether a proxy is used
On 2018-06-07 00:28:41 +0200, Vincent Lefevre wrote: > This is occurring again (ditto, only with Firefox). After network debugging in Firefox with Ctrl-Shift-Q, I've found the cause: The server IP address is a proxy I'm using for some domains (via a remote .pac file). So, it could be an issue with the proxy for this particular host. In this .pac file, I can see: else if(dnsDomainIs(host,".cambridge.org")) { return "PROXY ist-proxy.inria.fr:80"; } where ist-proxy.inria.fr has IP 128.93.162.74, which is the one given by the network debugging tool. Now, the issue is that in its error message, Firefox should have told me that a proxy was used for this connection. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)