[Mono-bugs] [Bug 69805][Nor] Changed - SslClientStream - Server Certificate Validation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Nov 2004 13:36:16 -0500 (EST)


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 meddochat@zonnet.nl.

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

--- shadow/69805	2004-11-25 10:54:44.000000000 -0500
+++ shadow/69805.tmp.27409	2004-11-26 13:36:16.000000000 -0500
@@ -210,6 +210,24 @@
 ------- Additional Comments From sebastien@ximian.com  2004-11-25 10:54 -------
 I got the same (working) results under Windows (MS .NET 1.1) using SVN
 version of Mono.Security.dll.
 
 You probably have an older Mono.Security.dll in your PATH or in the MS
 GAC.
+
+------- Additional Comments From meddochat@zonnet.nl  2004-11-26 13:36 -------
+i checked (using typeof(SslServerStream).Assembly.Location) whether 
+the right Mono.Security.dll assembly was loaded, and it did. when 
+using tlstest.exe, it doesn't work either. when using tlstest.exe --
+web, everything works fine, however, i need to use the --stream 
+variant.
+results from tlstest.exe (only error messages):
+
+  https://sourceforge.net:
+    Error #-2146762486: CERT_E_CHAINING 0x800B010A
+    FAILED: #-2146232800
+
+  https://www.swreg.org:
+   Error #0: unknown (try WinError.h)
+   FAILED: #-2146232800
+
+