[Mono-bugs] [Bug 71696][Nor] Changed - mutual authentication with TLS, client certificate verify

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Apr 2005 12:17:08 -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 mark.wuesthoff@middsol.com.

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

--- shadow/71696	2005-04-12 10:23:25.000000000 -0400
+++ shadow/71696.tmp.20090	2005-04-12 12:17:08.000000000 -0400
@@ -77,6 +77,20 @@
 
 
 ------- Additional Comments From sebastien@ximian.com  2005-04-12 10:23 -------
 Created an attachment (id=14920)
 client.cs (updated single file version of the client code)
 
+
+------- Additional Comments From mark.wuesthoff@middsol.com  2005-04-12 12:17 -------
+the sample code client.cs shows the same symptoms. The server shuts 
+down the communication due to authentication failure and the client 
+terminates with an excpetion because the data could not be 
+delivered. Once mutual authentication is turned off ( in runNS.bat: -
+MutAuth=false ) the handshake works and the client terminates 
+without an exception. The server log-file 'MCns.log' shows a hex 
+dump of the handshake.
+
+Can you confirm this observation?
+
+Many thanks,
+Mark.