[squid-users] Does Squid send connection information of client and server to c-icap?

2014-08-21 Thread m . shahverdi
Hi, Does squid send client and server IPs and ports to c-icap when sending request or response to it? Regards, MSH

[squid-users] Squid 3.3.11 in Transparent mode Access Denied

2014-06-24 Thread m . shahverdi
I have configured Squid 3.3.11 in Transparent mode on ubuntu 12.04 by below squid.conf: acl localhost src 127.0.0.1/32 ::1 acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # gopher acl Safe_ports port 210 # w

Re: [squid-users] problems with some requests

2014-01-29 Thread m . shahverdi
For example I searched something in "https://www.google.com"; and access.log is as below: 1390982819.881651 10.1.116.50 TCP_MISS/200 855 POST http://clients1.google.com/ocsp - HIER_DIRECT/216.239.32.20 application/ocsp-response 1390982820.131655 10.1.116.50 TCP_MISS/200 855 POST http://cli

Re: [squid-users] problems with some requests

2014-01-28 Thread m . shahverdi
Thanks a lot, but I'm running a squid on another system that is passing https requests and logging them in "access.log" perfectly! I use same config file for both. > On 29/01/2014 6:55 p.m., m.shahve...@ece.ut.ac.ir wrote: >> Hi, >> I have a problem with ftp and https requests. >> I'm running s

[squid-users] problems with some requests

2014-01-28 Thread m . shahverdi
Hi, I have a problem with ftp and https requests. I'm running squid in debug mode to trace function calls for a ftp and a https request and finding below lines in cache.log: for a https request I'm getting: ** client_side.cc(2862) clientParseRequests: local=216.239.32.20:443 remote=10.

Re: [squid-users] Squid and unsupported request protocols

2014-01-15 Thread m . shahverdi
So what do you mean by "an SSH client that can proxy requests through an HTTP/HTTPS proxy" exactly? > Em 15/01/14 11:04, m.shahve...@ece.ut.ac.ir escreveu: >> Ok, so what should I do if I want to pass SSH requests through squid? >> >> > using an SSH client that can proxy requests through an

Re: [squid-users] Squid and unsupported request protocols

2014-01-15 Thread m . shahverdi
I want to pass all traffics through squid not only traffics are received on port 80 and handling them in some ways. Now when I am doing so SSH requests freeze without any response! > On Wednesday 15 January 2014 at 14:04:19, m.shahve...@ece.ut.ac.ir wrote: > >> Ok, so what should I do if I want

Re: [squid-users] Squid and unsupported request protocols

2014-01-15 Thread m . shahverdi
Ok, so what should I do if I want to pass SSH requests through squid? > On 01/13/2014 06:28 AM, m.shahve...@ece.ut.ac.ir wrote: > >> Which protocols does squid not support exactly? > > In the context of this discussion, Squid officially supports HTTP > protocol [optionally encrypted using SSL or

Re: [squid-users] Squid and unsupported request protocols

2014-01-13 Thread m . shahverdi
Which protocols does squid not support exactly? thanks > Which protocols does squid not support exactly? > > thanks > > > > >> On 2014-01-13 01:06, m.shahve...@ece.ut.ac.ir wrote: >>> Hi, >>> What does squid do against unsupported request protocols such as audio >>> and >>> video streaming for

Re: [squid-users] Squid and unsupported request protocols

2014-01-13 Thread m . shahverdi
Which protocols does squid not support exactly? thanks > On 2014-01-13 01:06, m.shahve...@ece.ut.ac.ir wrote: >> Hi, >> What does squid do against unsupported request protocols such as audio and >> video streaming for example RTMP or RTSP? >> Thanks > non-HTTP protocols are expected to use the

[squid-users] Squid and unsupported request protocols

2014-01-12 Thread m . shahverdi
Hi, What does squid do against unsupported request protocols such as audio and video streaming for example RTMP or RTSP? Thanks

Re: [squid-users] Tracing squid 3.1 functions

2013-12-25 Thread m . shahverdi
> >> Not possible because there is none that "recognize request protocol". >> >> What happens is admin configure squid.conf ports manually, one per >> protocol type to be recieved. Squid only supports HTTP, HTTPS, ICP, >> HTCP, and SNMP incoming traffic. >> >> The non-HTTP traffic support in Squid

Re: [squid-users] Tracing squid 3.1 functions

2013-12-25 Thread m . shahverdi
> Not possible because there is none that "recognize request protocol". > > What happens is admin configure squid.conf ports manually, one per > protocol type to be recieved. Squid only supports HTTP, HTTPS, ICP, > HTCP, and SNMP incoming traffic. > > The non-HTTP traffic support in Squid is for g

[squid-users] Tracing squid 3.1 functions

2013-12-25 Thread m . shahverdi
Hi all, I want to know about handling different network protocols such as FTP, SSL and ... in squid and tracing squid function calls to find in which part of the code squid recognizes request protocol. Please help me. Thanks MSH