From: Daniel Berger Date: 2005-11-12T01:29:23+09:00 Subject: Re: Problem with LDAP::SSLConn.new Dick Davies wrote: > Doesn't ring a bell. > Maybe your (C) LDAP library is the problem. > Can you do other starttls ldap sessions outside ruby? I'm afraid I don't know ldap that well, so I'm not even sure what you mean. Upon further review, it appears that I build against the ldap.h that comes with Solaris 10, not the ldap.h that comes with OpenLDAP. So, I rebuilt it and explicitly set the "--with-ldap-dir" option to point to openldap. It built fine, and standard connections seem to work alright. When I try a secure connection now I get: Can't contact LDAP server (LDAP::ResultError) I tried a couple different ports, but no luck. Is it possible our ldap server doesn't accept secure connections? I'll investigate further and post a followup if I find out anything. Anyway, it's better than a core dump. :) Regards, Dan