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 the

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 new

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

2016-02-02 Thread user
My understanding of the url rewrite program is that the proxy will redirect the URL and the client will make a new request (with the redirected URL). What I am looking is the client will make http request and the squid proxy should send https request to the destination and then in turn sends the

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

2016-02-02 Thread Antony Stone
On Wednesday 03 February 2016 at 01:04:37, user wrote: > When client sends a http request (say. http://www.abc123.com, I would like > my squid proxy to make this request into https (https://www.abc123.com) > Any help/pointers is appreciated. http://www.squid-cache.org/Doc/config/url_rewrite_prog