[Mono-bugs] [Bug 690887] New: FtpWebRequest fails in presence of a proxy

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 29 11:08:05 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=690887

https://bugzilla.novell.com/show_bug.cgi?id=690887#c0


           Summary: FtpWebRequest fails in presence of a proxy
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: gonzalo at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: test051102 at hotmail.com
          Found By: ---
           Blocker: ---


[From bug #688007]

However, WebClient is still not working! I checked out your changes and made
further tests. As I pointed out in one of my previous posts, there seems to be
a problem with proxy access. If a system proxy is set up, WebClient get's
totally confused. The following list shows how to reproduce the issue:

1. Setup up a system wide proxy
2. Call OpenRead() to open an anonymous ftp connection to a site on the
internet

Result:
FtpWebRequest.OpenControlConnection() calls Socket.Connect() to connect to the
proxy server. But instead of using the correct proxy port, it chooses port 21.
As a result, the proxy cannot respond and WebClient.OpenRead() fails.

I am running Ubuntu Maverick but I guess the result should be the same when
running under Suse.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list