Re: [squid-users] on_unsupported_protocol doesn't work for bumped https connecttions

2015-11-17 Thread Tarik Demirci
On 14/11/2015 8:55 a.m., Amos Jeffries wrote: > On 14/11/2015 8:40 a.m., Yuri Voinov wrote: >> >> Netcat plaintext is not HTTPS :) Also via 443 port :) >> > > Thanks Yuri. Can't believe I missed that bit :-0 > > Amos > >> 14.11.15 1:26, Amos Jeff

[squid-users] on_unsupported_protocol doesn't work for bumped https connecttions

2015-11-13 Thread Tarik Demirci
Hi, Did anyone try on_unsupported_protocol for bumped https connections? I made a simple test with netcat but test failed. Same test is successful for port 80 (also intercepted by squid). Netcat Server --- Squid Box --- Client On Client: echo "" | nc 10.50.13.1 443 *** On Netcat Server: n

[squid-users] [feature request] Websocket Support for Intercept Mode

2015-10-27 Thread Tarik Demirci
Hello, Is there any plan to add support for websocket when using intercept mode? Currently, I use SslPeekAndSplice feature but this brokes many websites using websocket (one example is web.whatsapp.com). As a workaround, after peeking at step 1, splicing problematic sites and bumping the rest work