[Mono-bugs] [Bug 75394][Min] New - Can't WriteRequest to HTTPS URL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jun 27 17:18:03 EDT 2005


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 me at worldmaker.net.

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

--- shadow/75394	2005-06-27 17:18:03.000000000 -0400
+++ shadow/75394.tmp.25660	2005-06-27 17:18:03.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 75394
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: XP Pro; Mono Combined Installer 1.1.8
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: me at worldmaker.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can't WriteRequest to HTTPS URL
+
+Hope this helps.
+
+Description of Problem:
+In using the XML-RPC.NET library (http://www.xml-rpc.net), remoting appears
+to work properly via the HTTP protocol, but not via the HTTPS protocol. 
+The exact same executable runs correctly under MS.NET CORLIB.
+
+Steps to reproduce the problem:
+1. Created XML-RPC Interface
+2. Within the attached [XmlRpcUrl(...)] attribute targeted the same address
+but with HTTPS instead of an HTTP
+
+Actual Results:
+Unhandled Exception: System.Net.WebException: Error writing request.
+in <0x0020d> System.Net.WebConnectionStream:WriteRequest ()
+in (wrapper remoting-invoke-with-check)
+System.Net.WebConnectionStream:WriteRequest ()
+in <0x00147> System.Net.WebConnectionStream:Close ()
+in <0x00263> CookComputing.XmlRpc.XmlRpcClientProtocol:Invoke
+(System.Object clientObj, System.String methodName, System.Object[] parameters)
+in <0x00013> CookComputing.XmlRpc.XmlRpcClientProtocol:Invoke
+(System.String MethodName, System.Object[] Parameters)
+in <0x00058> XmlRpcProxy4b2d4f00-7e69-495c-9d19-a32fb92c8606:login
+(System.String , System.String )
+in <0x0016f> Console:Main (System.String[] args)
+
+Expected Results:
+Execution of the request
+
+How often does this happen? 
+Everytime in Mono
+Never under MS


More information about the mono-bugs mailing list