Follow us on Twitter...
Stay up to date with the latest news, special offers and advice from CensorNet on Twitter... we are Tweeting regularly!
You receive the error: Error connecting to the Upstream Proxy server at 127.0.0.1:3128 - Transport endpoint is not connected
The most common reason for this error appearing is discussed below. It may also happen if the "squid" proxy that CensorNet Professional users has stopped running - please see the section on troubleshooting squid problems below.
The SSL connection from the proxy to the remote server is getting interrupted. Because the proxy isn't in control of the SSL session, it is unable to re-request the URL. A browser (which is in charge of an SSL session) can re-request the URL silently, and indeed would do so, however no proxy server can.
The reason for this is that the HTTP 1.1 protocol forbids it, because of the possibility of a "replay attack".
A proxy server is essentially a man-in-the-middle. It caches data from the browser to the remote server and back again. As a result it is theoretically possible (and indeed happened on many occasions in the early years of the internet) for someone to lift the data from a proxy server when someone accessed their bank accounts, and then use the same data to log in without their permission.
As a result, the HTTPS 1.1 protocol forbids a proxy server to maintain an SSL session state.
What this means for censornet is that if there's a packet drop or a silent redirect to another site from the remote server, its unable to continue the transaction when a browser could do. As a result, the caching proxy server censornet uses to collect its data just stops transmitting data. This is the "Transport endpoint not connected" - the transport endpoint is the caching server which no longer transmits data.
For a browser that isn't going through a proxy (and therefore in charge of the SSL session state), if a packet is dropped or a connection redirected, it will automatically re-send the request. A proxy server cant.
This error can happen if the underlying "squid" proxy server is not running. The reasons for this may be:
To stop/start squid manually at the command line, use the command:
/etc/squid/init.d stop
/etc/squid/init.d start
Or alternatively you can restart it on the System Overview page of the web control panel, by clicking the circular green arrow icon next to the "Web cache" service under "System monitor".