Re: [squid-users] debug headers between squid --> website

2019-12-03 Thread Alex Rousskov
On 12/2/19 5:22 PM, --Ahmad-- wrote: > You Said  > “” > Yes, you can. Squid logs CONNECT headers and also HTTP headers of > incoming and outgoing decrypted HTTPS requests. Squid does not see (and > cannot log) HTTP headers of encrypted traffic inside CONNECT tunnels > that are not bumped using the

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread --Ahmad--
Hi Alex , Thank you for your precious info . You Said “” Yes, you can. Squid logs CONNECT headers and also HTTP headers of incoming and outgoing decrypted HTTPS requests. Squid does not see (and cannot log) HTTP headers of encrypted traffic inside CONNECT tunnels that are not bumped using the

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread Alex Rousskov
On 12/2/19 2:19 PM, Ahmad Alzaeem wrote: > Can I do same  thing for https ? Yes, you can. Squid logs CONNECT headers and also HTTP headers of incoming and outgoing decrypted HTTPS requests. Squid does not see (and cannot log) HTTP headers of encrypted traffic inside CONNECT tunnels that are not

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread Ahmad Alzaeem
Can I do same thing for https ? Thanks Sent from my iPhone > On Dec 2, 2019, at 10:03 PM, Alex Rousskov > wrote: > > On 12/2/19 1:31 PM, Ahmad Alzaeem wrote: > >> Is it possible to run it from squid ? > > Packet catpure is usually better, especially for plain HTTP traffic, but > you can

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread Alex Rousskov
On 12/2/19 1:31 PM, Ahmad Alzaeem wrote: > Is it possible to run it from squid ? Packet catpure is usually better, especially for plain HTTP traffic, but you can also get raw HTTP headers in cache.log if you set debug_options in squid.conf to ALL,2 Alex. >> On Dec 2, 2019, at 8:58 PM, Antony

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread Antony Stone
On Monday 02 December 2019 at 19:31:43, Ahmad Alzaeem wrote: > Thank you for that . > > Is it possible to run it from squid ? I don't understand that question. You start Squid; it listens for incoming connections and sends them on to the external servers (and gets the responses etc, etc...)

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread Ahmad Alzaeem
Thank you for that . Is it possible to run it from squid ? Thanks Sent from my iPhone > On Dec 2, 2019, at 8:58 PM, Antony Stone > wrote: > > On Monday 02 December 2019 at 18:34:31, Ahmad Alzaeem wrote: > >> Hello Tem , >> >> How can i debug Headers that is between squid——> website

Re: [squid-users] debug headers between squid --> website

2019-12-02 Thread Antony Stone
On Monday 02 December 2019 at 18:34:31, Ahmad Alzaeem wrote: > Hello Tem , > > How can i debug Headers that is between squid——> website request made Run a packet sniffer (tcpdump, wireshark, tshark...) on the Squid server, looking at the external interface (ie: the one pointing to the

[squid-users] debug headers between squid --> website

2019-12-02 Thread Ahmad Alzaeem
Hello Tem , How can i debug Headers that is between squid——> website request made say we have this simple topology pc ——squid —— website —> As an example if i run curl some website from my device connecting to squid proxy . $ curl -x x.x.8.187:xx433 -U abc:abc ifconfig.io/ip -vv *