On 15/11/2011 10:42 p.m., Florian Schmidt wrote:
Hi there,
i have connection issues while trying to connect to a website through
squid. The acccess log shows up many lines like the following.
TCP_MISS/000 15299 CONNECT
remoteaccess.epsnetwork.com:443 - DEFAULT_PARENT/x.x.x.x -
The interesting thing is, that it shows the TCP_MISS/000 for websites
which are working fine, too. Could the next Proxy cause this issue?
Yes. "000" means no response came back after passing on the request to
"x.x.x.x".
There is nothing showing up inside the cache log that would indicate a
problem.
It is not an important problem affecting Squids operational stability.
Are there any possibilities to get out more information,
about what is causing that connection issue?
You can use telnet from the Squid server:
* Open a telnet link to "x.x.x.x" and the cache_peer port Squid was
configured for it.
* Send the text "CONNECT remoteaccess.epsnetwork.com:443 HTTP/1.0"
then press enter twice.
* Expect "HTTP/1.1 200 Okay" or similar to come back.
If that fails it is the other server.
Amos