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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2007-05-23 07:27 ------- Created an attachment (id=19290) https-scheme.diff + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
