On Wed, Jan 12, 2011 at 11:19:25AM +0530, amit nanda wrote: > Is there any more configuration that is required to be done to support > Negotiate protocol. I have build the curl library with openssl. > > Please also let me know if any more information is required about the problem
Is curl_easy_setopt returning an error when your app sets CURLOPT_HTTPAUTH? Does the libcurl you're using even support negotiate? If you have a curl.exe built using the same libcurl, see if GSS-Negotiate is mentioned in the Features: line. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
