[Mono-bugs] [Bug 81701][Nor] Changed - [PATCH] 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:30:18 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-23 07:27:29.000000000 -0400
+++ shadow/81701.tmp.487	2007-05-23 07:30:18.000000000 -0400
@@ -10,13 +10,13 @@
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: admin at svwebhosting.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Summary: Fix to allow HttpClientChannel to connect to xsp2 using https
+Summary: [PATCH] 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
 create channel sink to connect to URL https://x.x.x.x:1234/server.soap. An
@@ -87,6 +87,14 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2007-05-23 07:27 -------
 Created an attachment (id=19290)
 https-scheme.diff
 
+
+------- Additional Comments From robertj at gmx.net  2007-05-23 07:30 -------
+Forgot to mention that the patch is fixing this issue as well:
+
+> I have tested with the class as a wellknown service like this. I had
+> to change the uri before returning the object because the client tries
+> to use http by default.
+


More information about the mono-bugs mailing list