Opened 17 years ago

Closed 17 years ago

#107 closed Defect (fixed)

5.4.11 problem with proxy authentication

Reported by: Ageless Owned by: romw
Priority: Critical Milestone: Undetermined
Component: Manager Version:
Keywords: Cc:

Description

Comments: Posted by: jivedude Date: 11:43 AM 11-14-2006 5.4.11 is not able to upload files to boinc over a proxy with NTLM authentication. The proxy is both supporting basic and NTLM authentication. While the download func. (HTTP GET) uses the basic auth func. directly (checked with Ethereal) the upload func. (HTTP POST) first tries without auth. gets a 407 proxy auth required. And then tries the NTLM negotiation, but here it goes wrong. It sends the first negotiation, but instead of just sending the headers it sends the whole POST Stream. The proxy answers after the first TCP packet with a NTLM Challenged, but then receives all the other TCP packets with the POST body data, where the proxy interprets this as illegal data and sends a 400 Bad Request (The data is invalid).

I'll send a text file with the ethereal trace with this bug report

Attachments (1)

552-ethereal.log (5.3 KB) - added by Ageless 17 years ago.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by Ageless

Attachment: 552-ethereal.log added

comment:1 Changed 17 years ago by romw

Resolution: fixed
Status: newclosed

Please try and repro against 5.8.x or 5.9.x.

Note: See TracTickets for help on using tickets.