[Mono-bugs] [Bug 79986][Nor] Changed - TlsException at TlsClientCertificate.ProcessAsTls1 using SslServerStream

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Nov 20 09:59:56 EST 2006


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 at ximian.com.

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

--- shadow/79986	2006-11-20 09:41:21.000000000 -0500
+++ shadow/79986.tmp.8969	2006-11-20 09:59:56.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 79986
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Mono.Security
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: pawel.sakowski at mindbreeze.com               
 QAContact: mono-bugs at ximian.com
@@ -100,6 +100,13 @@
 The server cert used in test case
 
 
 ------- Additional Comments From sebastien at ximian.com  2006-11-20 09:41 -------
 I'll have a look at your sample but all test cases under
 mcs/class/Mono.Security/Test/tools/server (see README) are working.
+
+------- Additional Comments From sebastien at ximian.com  2006-11-20 09:59 -------
+SslServerStream stream = new SslServerStream(new
+NetworkStream(sock.Accept(), true), x509, true, false);
+
+The first 'true' is for clientCertificateRequired, which you aren't
+supplying with wget. Change this to false and your sample works.


More information about the mono-bugs mailing list