[Mono-bugs] [Bug 66929][Nor] Changed - ssl doesn't work with tomcat and java

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 27 Sep 2004 20:33:15 -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=66929

--- shadow/66929	2004-09-27 19:22:48.000000000 -0400
+++ shadow/66929.tmp.29763	2004-09-27 20:33:15.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 66929
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tambet@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: ssl doesn't work with tomcat and java
 
 For some reason a specific https server doesn't work through mono. The same
 thing works with wget and firefox. Raw dump attached.
 
 ------- Additional Comments From tambet@ximian.com  2004-09-27 19:19 -------
@@ -85,6 +84,30 @@
 in [0x000c9] (at
 /home/snorp/cvs/ximian/mcs/class/Mono.Security/Test/tools/tlstest/tlstest.cs:213)
 TlsTest:GetStreamPage (string)
 in [0x0027d] (at
 /home/snorp/cvs/ximian/mcs/class/Mono.Security/Test/tools/tlstest/tlstest.cs:152)
 TlsTest:Main (string[])
+
+------- Additional Comments From sebastien@ximian.com  2004-09-27 20:33 -------
+Sorry I can't interpret the attached file with ethereal or tcpdump.
+
+* Either redo a trace (with ethereal if possible);
+or
+* Recompiling Mono.Security with DEBUG defined can activate
+(low-level) logging. 
+
+Also what version of tomcat are we talking about ?
+
+
+Notes:
+
+* The exception is thrown from the client side - so there's probably
+something "weird" received from the server very early;
+
+* James, can you try tlstest with
+
+mono tlstest.exe --ssl3 --stream ... your params ...
+and
+mono tlstest.exe --tls1 --stream ... your params ...
+
+and see if you get the same error in both case.