https://bugzilla.novell.com/show_bug.cgi?id=688007
https://bugzilla.novell.com/show_bug.cgi?id=688007#c10 QuickJack . <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #10 from QuickJack . <[email protected]> 2011-04-29 12:25:10 UTC --- Hi Gonzalo, thanks for the quick response. This fixes the main part of the problem. 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. Best regards, Martin -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
