[squid-users] Squid Question regarding tcp handshake

2022-02-24 Thread Felipe Polanco
Hi, A question Regarding TCP handshake. Does squid first complete the tcp handshake on its users and then a second handshake on the destination IP or as soon as it receives the TCP SYN flag it does the same with the destination. This is for transparent mode. Thanks,

[squid-users] Squid bandwidth accountability

2022-10-19 Thread Felipe Polanco
Hi, Is there any way to see how much traffic a connected user has used while connected to Squid proxy? Like john@100.64.54.112 Since 10-19-2022 12:11:34 AM 806.55 MB bob@100.64.54.117 Since 10-19-2022 17:11:33 AM 407.55 MB Where john and bob are authenticated usernames on Squid. Thanks, ___

Re: [squid-users] Squid bandwidth accountability

2022-10-19 Thread Felipe Polanco
thanks Francesco, Do you know which log file to monitor? On Wed, Oct 19, 2022 at 10:02 AM Francesco Chemolli wrote: > Hi Felipe, > the best way to do that is through some kind of log analyzer software > > On Wed, Oct 19, 2022 at 2:33 PM Felipe Polanco > wrote: > >>

[squid-users] Question regarding TPROXY and sslBump

2020-02-14 Thread Felipe Polanco
Hi, Can squid running in TPROXY mode intercept and decrypt HTTPS payload with sslBump? This is for an in-line Layer 2 proxy application. Thanks, ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-

Re: [squid-users] Question regarding TPROXY and sslBump

2020-02-15 Thread Felipe Polanco
mode instead of routing mode. Thanks, On Sat, Feb 15, 2020 at 3:17 AM Amos Jeffries wrote: > On 15/02/20 10:28 am, Felipe Polanco wrote: > > Hi, > > > > Can squid running in TPROXY mode intercept and decrypt HTTPS payload > > with sslBump? > > > > M

[squid-users] Missing ICAP header in adaptation_masterx_shared_names in RESPMOD only

2020-02-25 Thread Felipe Polanco
Hi, I'm consuming an ICAP service that requires Squid to send the masterx shared names header in the RESPMOD call. For an unknown reason, the header is missing if squid is sending RESPMOD only to the ICAP server. If I enable REQMOD and RESPMOD then the header is attached. Is this a bug or inten

Re: [squid-users] Encrypt CONNECT Header

2020-05-05 Thread Felipe Polanco
I may be mistaken but I believe you don't need to use ssl-bump with explicit https proxy. In your browser settings, use an HTTPS proxy instead of HTTP. On Tue, May 5, 2020 at 10:19 AM Ryan Le wrote: > Is there plans to support explicit forward proxy over HTTPS to the proxy > with > ssl-bump? We

Re: [squid-users] Encrypt CONNECT Header

2020-05-06 Thread Felipe Polanco
If you need to encrypt the traffic between the browser and the proxy perhaps you can use a VPN or a browser extension for this, that way your traffic is encrypted on its way to the proxy. On Tue, May 5, 2020 at 5:29 PM Ryan Le wrote: > Hi All, > Thanks for providing the information. > The issue