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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 24 Sep 2004 11:07:27 -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 sebastien@ximian.com.

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

--- shadow/66805	2004-09-24 09:36:22.000000000 -0400
+++ shadow/66805.tmp.3137	2004-09-24 11:07:27.000000000 -0400
@@ -1,22 +1,31 @@
 Bug#: 66805
 Product: Mono: Class Libraries
 Version: unspecified
-OS: Windows XP
+OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 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.
+
+------- Additional Comments From sebastien@ximian.com  2004-09-24 11:07 -------
+Actually it's a record with a ClientHelloV2 inside.
+
+We can see this behaviour in
+http://wp.netscape.com/eng/ssl3/traces/trc-clnt-ex.html#ClientHello1
+
+RFC2246 also talks of it (page 66) saying "will be phased out with all
+due haste.". That was in 1999 ;-).
+