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: Tue, 21 Nov 2017 23:55:14 +0100 (CET)

On Tue, 21 Nov 2017, Jones, James wrote:

> However when I dropped the "-x":
> curl -k --digest -u admin:password https://192.168.102.102:443 -L
> https://192.168.102.102/quarters/reports/ -trace-ascii

Here you give curl two URLs, "https://192.168.102.102:443" and
"https://192.168.102.102/quarters/reports/" which seems you might not have
intended. Further "-trace-ascii" is not "--trace-ascii -" but is actually "-t
race-ascii" which thus attempts to set a telnet option called "race-ascii"
(which will be silently ignored).

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