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.
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.
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"
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