[Mono-bugs] [Bug 69805][Nor] Changed - SslClientStream - Server Certificate Validation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Nov 2004 11:02:24 -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-27 09:43:24.000000000 -0500
+++ shadow/69805.tmp.7827 2004-11-27 11:02:24.000000000 -0500
@@ -316,6 +316,11 @@
On Windows creating a RSACryptoServiceProvider instance ALWAYS
generates a new keypair. As the previous data is "bad" then it's very
possible that the code is trying to create such an instance using 0 as
the size (thus the invalid key size message).
+
+------- Additional Comments From meddochat@zonnet.nl 2004-11-27 11:02 -------
+Thanks for helping me, i found it, after removing the rootcertificate
+from certmgr, it works, for https at least, now secure ftp still
+doesn't work. but that probably has to do with something else