-
* About to connect() to webmail.woodcock.com port 443
-
* Trying 209.92.255.145... * connected
-
* Connected to webmail.woodcock.com (209.92.255.145) port 443
-
* successfully set certificate verify locations:
-
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
-
CApath: none
-
* SSL connection using RC4-MD5
-
* Server certificate:
-
* subject: /O=webmail.woodcock.com/OU=Domain Control Validated/CN=webmail.woodcock.com
-
* start date: 2007-11-28 15:29:10 GMT
-
* expire date: 2009-11-28 15:29:10 GMT
-
* issuer: /C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certification Authority/serialNumber=07969287
-
* SSL certificate verify ok.
-
> OPTIONS /exchange/ HTTP/1.1
-
User-Agent: Branchit Server Agent
-
Host: webmail.woodcock.com
-
Accept: */*
-
Depth: 1
-
Translate: f
-
Content-Type: text/xml
-
-
< HTTP/1.1 401 Unauthorized
-
< Date: Tue, 09 Dec 2008 19:31:13 GMT
-
< Content-Length: 83
-
< Content-Type: text/html
-
< Server: Microsoft-IIS/6.0
-
< WWW-Authenticate: Negotiate
-
< WWW-Authenticate: NTLM
-
< WWW-Authenticate: Basic realm="webmail.woodcock.com"
-
< X-Powered-By: ASP.NET
-
* Ignoring the response-body
-
* Connection #0 to host webmail.woodcock.com left intact
-
* Issue another request to this URL: 'https://webmail.woodcock.com/exchange/'
-
* Re-using existing connection! (#0) with host webmail.woodcock.com
-
* Connected to webmail.woodcock.com (209.92.255.145) port 443
-
> OPTIONS /exchange/ HTTP/1.1
-
User-Agent: Branchit Server Agent
-
Host: webmail.woodcock.com
-
Accept: */*
-
Depth: 1
-
Translate: f
-
Content-Type: text/xml
-
-
< HTTP/1.1 401 Unauthorized
-
< Date: Tue, 09 Dec 2008 19:31:14 GMT
-
< Content-Length: 83
-
< Content-Type: text/html
-
< Server: Microsoft-IIS/6.0
-
* gss_init_sec_context() failed: : Unknown code krb5 195* Authentication problem. Ignoring this.
-
< WWW-Authenticate: Negotiate
-
< WWW-Authenticate: NTLM
-
< WWW-Authenticate: Basic realm="webmail.woodcock.com"
-
< X-Powered-By: ASP.NET
-
* Connection #0 to host webmail.woodcock.com left intact
-
* Closing connection #0
curl-users
Basic auth error
From: Doug Dalton <ddalton_at_shortbus.net>
Date: Tue, 09 Dec 2008 12:00:07 -0800
I am having a problem with Basic auth with 7.15.5 on centos 5.2 getting the error : gss_init_sec_context() failed: : Unknown code krb5 195* Authentication problem. Ignoring this.
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);
Debugging:
Date: Tue, 09 Dec 2008 12:00:07 -0800
I am having a problem with Basic auth with 7.15.5 on centos 5.2 getting the error : gss_init_sec_context() failed: : Unknown code krb5 195* Authentication problem. Ignoring this.
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);
Debugging:
-------------------------------------------------------------------
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