[Mono-bugs] [Bug 77405][Nor] New - incorrect http_proxy handling
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 30 11:34:30 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by james at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77405
--- shadow/77405 2006-01-30 11:34:29.000000000 -0500
+++ shadow/77405.tmp.30706 2006-01-30 11:34:29.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 77405
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: james at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: incorrect http_proxy handling
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. set the http_proxy env var to a http proxy which accepts regular http
+connections on port 80. Make sure https_proxy is unset.
+2. using WebRequest, fetch something from a https server
+
+Actual Results:
+WebRequest attempts to reach the proxy on port 443, which is not open,
+resulting in a ConnectFailure.
+
+Expected Results:
+WebRequest should make a direct connection, as https_proxy is unset.
+
+How often does this happen?
+every time.
+
+Additional Information:
+This was with mono 1.1.13
More information about the mono-bugs
mailing list