[Mono-bugs] [Bug 81701][Nor] New - Fix to allow HttpClientChannel to connect to xsp2 using https

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 21 22:41:11 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 admin at svwebhosting.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81701

--- shadow/81701	2007-05-21 22:41:11.000000000 -0400
+++ shadow/81701.tmp.23144	2007-05-21 22:41:11.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 81701
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+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
+create channel sink to connect to URL https://x.x.x.x:1234/server.soap. An
+appropriate channel has probably not been registered.
+
+I tracked the problem to the function StartsWithHttp in file
+mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/HttpHelper.cs
+
+The fix to add a check for "https://" in the condition like this:
+
+if(URL.StartsWith("http://") | URL.StartsWith("https://"))


More information about the mono-bugs mailing list