[Mono-bugs] [Bug 81701][Nor] Changed - Fix to allow HttpClientChannel to connect to xsp2 using https
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 23 07:26:58 EDT 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81701
--- shadow/81701 2007-05-22 15:12:02.000000000 -0400
+++ shadow/81701.tmp.332 2007-05-23 07:26:58.000000000 -0400
@@ -10,13 +10,12 @@
Component: remoting
AssignedTo: lluis at ximian.com
ReportedBy: admin at svwebhosting.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Fix to allow HttpClientChannel to connect to xsp2 using https
When connecting to remoting objects hosted on xsp2 with ssl this exception
is thrown:
Unhandled Exception: System.Runtime.Remoting.RemotingException: Cannot
@@ -76,6 +75,13 @@
}
public string Hello(){
return "hello";
}
}
+
+------- Additional Comments From robertj at gmx.net 2007-05-23 07:26 -------
+Would you please test the attached patch? You can apply it
+with "patch -p 0 < https-scheme.diff" from inside the
+mcs/class/System.Runtime.Remoting directory.
+
+
More information about the mono-bugs
mailing list