cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1260 --proxy-negotiate ignored without --proxy-user

From: Alan <alancio_at_users.sf.net>
Date: Wed, 31 Jul 2013 07:35:51 +0000

---
** [bugs:#1260] --proxy-negotiate ignored without --proxy-user**
**Status:** open
**Labels:** negotiate proxy authentication 
**Created:** Wed Jul 31, 2013 07:35 AM UTC by Alan
**Last Updated:** Wed Jul 31, 2013 07:35 AM UTC
**Owner:** nobody
Curl doesn't try to use Kerberos (negotiate) authentication with the proxy unless I specify a bogus --proxy-user parameter.
curl -V output:
curl 7.31.0 (x86_64-unknown-linux-gnu) libcurl/7.31.0 OpenSSL/1.0.1e zlib/1.2.8                         
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp 
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP                                                               
This doesn't work:
curl -x http://myproxy:8080 --proxy-negotiate http://myurl/
This does:
curl -x http://myproxy:8080 --proxy-negotiate --proxy-user fakeuser:fakepass http://myurl/
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2013-07-31

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET