On Tue, 5 Jul 2005, Bill Hunter wrote:
missing the proxy's additional payload in the request) but the server isn't returning the RST and everything works exactly as it should. Is the problem with the outbound request being mangled at the proxy or beyond,
The problem is most likely a broken firewall or similar outside of the proxy.
You can try disabling as many TCP options you can on the proxy. echo 0 >/proc/sys/net/ipv4/tcp_ecn echo 0 >/proc/sys/net/ipv4/tcp_timestamps echo 0 >/proc/sys/net/ipv4/tcp_window_scaling Regards Henrik