https://bugzilla.novell.com/show_bug.cgi?id=788763 https://bugzilla.novell.com/show_bug.cgi?id=788763#c7 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |vcizek@suse.com --- Comment #7 from Michael Andres <ma@suse.com> 2012-11-14 09:32:17 CET --- (In reply to comment #5)
And ideally both applications would automagically determine and then use the right auth mechanism (at least for auth none, basic auth and digest auth).
But this is what zypp does, or better what libcurl does. We set: SET_OPTION(CURLOPT_PROXYAUTH, CURLAUTH_BASIC|CURLAUTH_DIGEST|CURLAUTH_NTLM ); AFAIK there's nothing else to do; libcurl will query the proxy to see what authentication methods it supports and then pick the best one we allowed. @Vitezslav: To me it looks like either a bug in libcurl or in the proxy. Any known bug in curl (openSUSE-12.1,curl-7.22.0)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.