[Mono-bugs] [Bug 30417][Wis] New - We can't make a GET request with SSL

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
16 Sep 2002 21:18:20 -0000


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 duncan@ximian.com.

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

--- shadow/30417	Mon Sep 16 17:18:20 2002
+++ shadow/30417.tmp.13283	Mon Sep 16 17:18:20 2002
@@ -0,0 +1,38 @@
+Bug#: 30417
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: duncan@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: We can't make a GET request with SSL
+
+note: replace foo.com with a host that allows https.
+
+duncan:~/src/testing/Networking $ mono clientGETwithSSL.exe https://foo.com
+https://foo.com
+** Message:
+ves_icall_System_Net_Sockets_SocketException_WSAGetLastError_internal:
+returning 10061
+
+The request URI could not be found or was malformed
+
+Press Enter to continue...
+
+Unhandled Exception: System.ArgumentOutOfRangeException: ArgRange_Array
+Parameter name: byteCount
+in <0x00156> 00 System.Text.Latin1Encoding:GetChars (byte[],int,int,char[],int)
+in <0x00023> 00 .ForwardingDecoder:GetChars (byte[],int,int,char[],int)
+in <0x00370> 00 System.IO.StreamReader:ReadBuffer ()
+in <0x0008d> 00 System.IO.StreamReader:Read ()
+in <0x00042> 00 System.IO.StreamReader:ReadLine ()
+in <0x00211> 00 .ClientGETwithSSL:Main (string[])