[Mono-bugs] [Bug 82145][Maj] Changed - Sharing Connection Causes Random Crashing Using SSL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 15 15:47:01 EDT 2007


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 peter at peterkellner.net.

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

--- shadow/82145	2007-08-10 15:04:55.000000000 -0400
+++ shadow/82145.tmp.26079	2007-08-15 15:47:01.000000000 -0400
@@ -705,6 +705,43 @@
 request.  I do get the FieldAccess exception you were talking about, 
 but that is likely an ldap library issue, not a security issue.  I'm 
 leaving for a couple hours and will let the test continue to run 
 while I am gone.  this is  great progress!  thank you.  I still have 
 some other tests to do.
 -Peter Kellner
+
+------- Additional Comments From peter at peterkellner.net  2007-08-15 15:47 -------
+I've continued testing and have found that as Sebastien says, the 
+console version (when running with the new mono.security.dll) and 
+the ldap.dll provided by Sebastien, I can run with hundreds of 
+threads with no errors.  It appears that problem is resolved thanks 
+to Sebastien's efforts.
+
+However, If I use the ldap.dll Sebastien compiled and gave us, it 
+does not work under asp.net.  I've submitted a bug report to the 
+ldap forum at the following URL:
+
+http://devzilla.novell.com/ldapcsharp/show_bug.cgi?id=10
+
+A brief summary follows of my testing with different ldap.dll's.
+
+Using Simple Asp.net Application (like console version)
+
+Using fixed Mono.Security.Dll From Sebastien 8/2007
+
+When using ldap dll  precompiled, downloaded 2.1.8 from sourceforge, 
+get this error on Connect:  LdapException: (114) SSL Provider not 
+found
+
+When using ldap dll from mono vmware installation, no errors
+
+When using ldap dll I compiled myself with Assembly.LoadFrom Fix, no 
+errors
+
+When using ldap dll provided by Sebastien:  LdapException: (114) 
+114   {I think the resource file was not compiled, otherwise error 
+would be same as precompiled from sourceforge -PGK}
+
+
+
+
+


More information about the mono-bugs mailing list