Re: [squid-users] convert http requests to https on proxy setup.

2016-02-02 Thread Antony Stone
On Wednesday 03 February 2016 at 01:17:16, user wrote: > My understanding of the url rewrite program is that the proxy will redirect > the URL and the client will make a new request OK rewrite-url="..." Rewrite the URL to the one supplied in 'rewrite-url='. The

[squid-users] Debugging http_access and http_reply_access

2016-02-02 Thread squid-users
Hi Squid users, I'm seeking some guidance regarding the best way to debug the http_access and http_reply_access configuration statements on a moderately busy Squid 3.5 cache. In cases where a number (say, 5 or more) of http_access lines are present, the goal is to find which configuration

Re: [squid-users] convert http requests to https on proxy setup.

2016-02-02 Thread Amos Jeffries
On 3/02/2016 1:20 p.m., Antony Stone wrote: > On Wednesday 03 February 2016 at 01:17:16, user wrote: > >> My understanding of the url rewrite program is that the proxy will redirect >> the URL and the client will make a new request > > OK rewrite-url="..." > Rewrite the URL to