Re: [squid-users] SSL Accel Connection Reset

2019-03-04 Thread chia123
Hi Robert, How did you resolve this issue? From what I read curl doesn't support https proxy till version 7.52.0 I'm running into similar problem where my machine is sending plaintext CONNECT to the https proxy instead of starting a TLS handshake. I'm using python urlib2 but I also used curl pre 7.

Re: [squid-users] SSL Accel Connection Reset

2017-11-21 Thread Robert Gabriel
Hi Amos, Oh man, I feel so stupid. Thank you for pointing that out. I apologise for my ignorance to all on the list. It's all working now, cheers! On Tue 21 Nov, 05:31, Amos Jeffries wrote: > On 21/11/17 02:24, Robert Gabriel wrote: > >Hi, > > > >I've tried to setup SSL accel AKA reverse proxy.

Re: [squid-users] SSL Accel Connection Reset

2017-11-20 Thread Amos Jeffries
On 21/11/17 02:24, Robert Gabriel wrote: Hi, I've tried to setup SSL accel AKA reverse proxy. The HTTP accel part works but no joy for the SSL side. Maybe I've misunderstood or misconfigured something? Thank you for the help. [root@node03 tmp]# export https_proxy="https://192.168.122.130:443"

[squid-users] SSL Accel Connection Reset

2017-11-20 Thread Robert Gabriel
Hi, I've tried to setup SSL accel AKA reverse proxy. The HTTP accel part works but no joy for the SSL side. Maybe I've misunderstood or misconfigured something? Thank you for the help. [root@node03 tmp]# export https_proxy="https://192.168.122.130:443"; [root@node03 tmp]# curl -v --insecure ht