curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: Getting curl to go all the way through proxy with digest authentication

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 20 Nov 2017 23:04:09 +0100 (CET)

On Mon, 20 Nov 2017, Jones, James wrote:

> C:\WINDOWS\system32>curl -k --digest -u admin -x https://192.168.102.102:443
> https://192.168.102.102/quarters/reports -v

In addition to Ray's concerns, you're using the same host (192.168.102.102) as
proxy as well as target server, which seems highly unusual. Is that on
purpose?

> * Connection #0 to host 192.168.102.102 left intact
> curl: (56) Proxy CONNECT aborted

My guess is that there's no HTTP (not HTTPS since that's not supported in your
version) proxy running on that port on that host.

-- 
  / daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-11-20