| Summary: | net-misc/curl-7.15.1-r1 does not support --proxy-ntlm (with USE=gnutls) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Heinz <thomasheinz> |
| Component: | Current packages | Assignee: | Daniel Black (RETIRED) <dragonheart> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | liquidx |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1734702&group_id=976 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Thomas Heinz
2007-04-17 09:01:28 UTC
I found the problem. I have both 'gnutls' and 'ssl' enabled as use flags. This causes the '--without-ssl' to be used during configure which prevent '--proxy-ntlm' from working. Removing the gnutls use flag for curl solved the problem. Is this desired/expected behaviour? dragonheart - can you take this one? Re-assigning wrt Bug 171155 (In reply to comment #1) > I found the problem. I have both 'gnutls' and 'ssl' enabled as use flags. This > causes the '--without-ssl' to be used during configure which prevent > '--proxy-ntlm' from working. Removing the gnutls use flag for curl solved the > problem. > > Is this desired/expected behaviour? > Yes this is the functionally that upstream built. I just tested with the CVS version of curl and gnutls doesn't support proxy ntlm authentication. confirmed as per URL. FAQ updated in next curl version. It is possible to patch Curl to have a GnuTLS NTLM version as Daniel Bagder mentions so if you're up for a programming challenge feel free to attach a patch to the sf bugtrack pages. |