Yeah, My bad i meant as HTTP HEADER and not HTML HEADER
Thanks for your input Amos, Just kicking off exploring squid
On Mon, Oct 3, 2016 at 10:09 AM, Amos Jeffries wrote:
> On 3/10/2016 4:34 p.m., Michael Varun wrote:
> > squid will not be able to intercept encrypted traffic it just does a
> >
On 3/10/2016 4:34 p.m., Michael Varun wrote:
> squid will not be able to intercept encrypted traffic it just does a
> passover using CONNECT to the origin server . You can explore the feature
> SSL_BUMP which will basically help in intercepting encrypted traffic. You
> will need to generate certifi
squid will not be able to intercept encrypted traffic it just does a
passover using CONNECT to the origin server . You can explore the feature
SSL_BUMP which will basically help in intercepting encrypted traffic. You
will need to generate certificates and mimick the clients There are some
dependenc
Hello
I'm student in Concordia university in Montreal, Canada. I'm working on a
project which is defining a web proxy server to intercepting the encrypted
traffic of clients. I've used squid 3.5.21 as my transparent proxy server.
My professor told me that the new version of squid (3.5.21) has the