Ticket #107 (closed Defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

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

Change History

Changed 5 years ago by Ageless

comment:1 Changed 5 years ago by romw

  • Status changed from new to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.