Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-11 Thread Eliezer Croitoru
Hey Simon, The above is Debian\Ubuntu version of nc.. It seems like a regular netcat to me: $ apt-cache showsrc netcat Package: netcat Binary: netcat, netcat-traditional Version: 1.10-40 Priority: optional Section: universe/net Maintainer: Ruben Molina Build-Depends: quilt, debhelper (>= 9) Arch

Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-11 Thread Simon Beale
On 11 Jan 2014, at 18:48, Eliezer Croitoru wrote: > So the issue is: > # nc -v -x192.168.10.1:3128 -Xconnect 213.151.33.10 22 > nc: Proxy error: "HTTP/1.1 403 Forbidden" > # nc -v -x192.168.10.1:3128 -Xconnect 213.151.33.10 22 > nc: Proxy error: "HTTP/1.1 200 Connection established" > > So as fa

Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-11 Thread Eliezer Croitoru
So the issue is: # nc -v -x192.168.10.1:3128 -Xconnect 213.151.33.10 22 nc: Proxy error: "HTTP/1.1 403 Forbidden" # nc -v -x192.168.10.1:3128 -Xconnect 213.151.33.10 22 nc: Proxy error: "HTTP/1.1 200 Connection established" So as far as I understand the nc tool is compatible with 1.0 while not b

Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-11 Thread Simon Beale
On 11 Jan 2014, at 02:54, Amos Jeffries wrote: > On 11/01/2014 6:45 a.m., Simon Beale wrote: >> Hi >> >> I'm trying to upgrade our squid proxies from 3.1.19 to 3.4.2, and have hit >> a problem where I can no longer proxy ssh/sftp connections through after >> the upgrade. >> >> For testing, I'v

Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-11 Thread Simon Beale
Heya Squid Cache: Version 3.4.2 configure options: '--build=x86_64-unknown-linux-gnu' '--host=x86_64-unknown-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/shar

Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-10 Thread Amos Jeffries
On 11/01/2014 6:45 a.m., Simon Beale wrote: > Hi > > I'm trying to upgrade our squid proxies from 3.1.19 to 3.4.2, and have hit > a problem where I can no longer proxy ssh/sftp connections through after > the upgrade. > > For testing, I've heavily cut down my squid.conf, to the following > config

Re: [squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-10 Thread Eliezer Croitoru
Hey Simon, What is the output of "squid -v"? It can be related to squid and not.. Can you ssh from the proxy machine? Eliezer On 10/01/14 19:45, Simon Beale wrote: Hi I'm trying to upgrade our squid proxies from 3.1.19 to 3.4.2, and have hit a problem where I can no longer proxy ssh/sftp conn

[squid-users] squid upgrade issue and tunnelled ssh connections

2014-01-10 Thread Simon Beale
Hi I'm trying to upgrade our squid proxies from 3.1.19 to 3.4.2, and have hit a problem where I can no longer proxy ssh/sftp connections through after the upgrade. For testing, I've heavily cut down my squid.conf, to the following configuration on 3.1.19, 3.3.11 and 3.4.2: ==