curl-users
RE: failure with proxy-ntlm, SSL
From: David Byron <DByron_at_everdreamcorp.com>
Date: Tue, 25 May 2004 16:08:46 -0700
Date: Tue, 25 May 2004 16:08:46 -0700
On Tue, 25 May 2004, David Byron wrote:
> Here's the command that fails:
>
> $ ./curl https://www.paypal.com -k --proxy
> http://some_real_ntlm_proxy:proxy_port --proxy-user
> domain\\user:password --proxy-ntlm --verbose
Turns out that this fails with basic authentication too, which hopefully
is simpler to work with. In other words:
$ ./curl https://www.paypal.com -k --proxy
http://some_real_proxy:proxy_port --proxy-user user:password --verbose
fails too.
Thanks for your help.
-DB
Received on 2004-05-26