[Mono-bugs] [Bug 66805][Nor] New - SslServerStream does not handle HTTPS requests from Mozilla or IE

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Sep 2004 09:36:22 -0400 (EDT)


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 joergr@voelcker.com.

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

--- shadow/66805	2004-09-24 09:36:22.000000000 -0400
+++ shadow/66805.tmp.1557	2004-09-24 09:36:22.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 66805
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Windows XP
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Mono.Security
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: JoergR@voelcker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SslServerStream does not handle HTTPS requests from Mozilla or IE
+
+Description of Problem:
+Using SslServerStream for implementation of a HTTPS server does not work
+because HTTPS requests from Mozilla or IE do not start with a SSLRecord
+structure. They are sending a ClientHelloV2 structure instead.