cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Basic auth error

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 9 Dec 2008 22:53:27 +0100 (CET)

On Tue, 9 Dec 2008, Doug Dalton wrote:

> I have my curl set to basic, I notice that it negotiates to NTLM,  I am not
> sure if this is causing the issue?
>
>     curl_setopt($ch, CURLOPT_USERPWD, "$username:$password");
>     curl_setopt($ch, CURLOPT_HTTPAUTH,CURLAUTH_BASIC);

This is libcurl use clearly, do consider using the curl-library mailing list
then instead!

> 49. * gss_init_sec_context() failed: : Unknown code krb5 195* Authentication
> problem. Ignoring this.

For some reason it seems to pick GSS and fails using that.

If you can repeat this problem with a recent libcurl I'm interested in a
complete recipe. On the proper mailing list!

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-12-09