Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread Alex Rousskov
On 03/03/2017 08:41 AM, sothy shan wrote: > On Fri, Mar 3, 2017 at 4:29 PM, Alex Rousskov wrote: > > On 03/03/2017 04:59 AM, Matus UHLAR - fantomas wrote: > > On 03.03.17 10:02, sothy shan wrote: > >> I am trying to test reverse proxy with HTTPS. For example, client makes > >> HTT

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread Amos Jeffries
On 4/03/2017 4:58 a.m., sothy shan wrote: > I changed the configuration > > http_port 192.168.1.69:80 accel defaultsite=www.A.com > cache_peer 192.168.1.31 parent 80 0 no-query originserver > > > http_access allow all > +++

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread sothy shan
On Fri, Mar 3, 2017 at 4:55 PM, Amos Jeffries wrote: > On 4/03/2017 3:53 a.m., sothy shan wrote: > > On Fri, Mar 3, 2017 at 2:56 PM, Matus UHLAR - fantomas < > uh...@fantomas.sk> > > wrote: > > > >> On 03.03.17 10:02, sothy shan wrote: > > > I am trying to test reverse proxy with HTTPS.

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread Amos Jeffries
On 4/03/2017 3:53 a.m., sothy shan wrote: > On Fri, Mar 3, 2017 at 2:56 PM, Matus UHLAR - fantomas > wrote: > >> On 03.03.17 10:02, sothy shan wrote: > I am trying to test reverse proxy with HTTPS. For example, client makes > HTTPS request to squid server which make another HTTPS req

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread sothy shan
On Fri, Mar 3, 2017 at 4:29 PM, Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 03/03/2017 04:59 AM, Matus UHLAR - fantomas wrote: > > On 03.03.17 10:02, sothy shan wrote: > >> I am trying to test reverse proxy with HTTPS. For example, client makes > >> HTTPS request to squid server

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread Alex Rousskov
On 03/03/2017 04:59 AM, Matus UHLAR - fantomas wrote: > On 03.03.17 10:02, sothy shan wrote: >> I am trying to test reverse proxy with HTTPS. For example, client makes >> HTTPS request to squid server which make another HTTPS request to web >> server. > what point does this have, except disabling

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread sothy shan
On Fri, Mar 3, 2017 at 2:56 PM, Matus UHLAR - fantomas wrote: > On 03.03.17 10:02, sothy shan wrote: >>> I am trying to test reverse proxy with HTTPS. For example, client makes HTTPS request to squid server which make another HTTPS request to web server. >>> > On Fri, Mar 3, 2

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread Matus UHLAR - fantomas
On 03.03.17 10:02, sothy shan wrote: I am trying to test reverse proxy with HTTPS. For example, client makes HTTPS request to squid server which make another HTTPS request to web server. On Fri, Mar 3, 2017 at 12:59 PM, Matus UHLAR - fantomas wrote: what point does this have, except disablin

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread sothy shan
On Fri, Mar 3, 2017 at 12:59 PM, Matus UHLAR - fantomas wrote: > On 03.03.17 10:02, sothy shan wrote: > >> I am trying to test reverse proxy with HTTPS. For example, client makes >> HTTPS request to squid server which make another HTTPS request to web >> server. >> > > what point does this have,

Re: [squid-users] Reverse proxy with HTTPS

2017-03-03 Thread Matus UHLAR - fantomas
On 03.03.17 10:02, sothy shan wrote: I am trying to test reverse proxy with HTTPS. For example, client makes HTTPS request to squid server which make another HTTPS request to web server. what point does this have, except disabling client certificates? -- Matus UHLAR - fantomas, uh...@fantomas.

[squid-users] Reverse proxy with HTTPS

2017-03-03 Thread sothy shan
Hello, I am trying to test reverse proxy with HTTPS. For example, client makes HTTPS request to squid server which make another HTTPS request to web server. To test the scenario, what setup I need to do? If u have any document , please share me or point me key step. However, after reading on web,