From: Glen Holcomb Date: 2008-03-04T02:32:15+09:00 Subject: Re: net-ldap and OpenSSL ------=_Part_25730_29629900.1204565537113 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks for the response Vlad. However I still get the OpenSSL::SSL::SSLError. I'm getting the feeling that the OpenSSL library doesn't work right in Windows. I'm also having trouble finding good documentation for the module that is written in English. On Mon, Mar 3, 2008 at 10:24 AM, Vladimir Konrad wrote: > > I am having trouble making an SSL connection to an LDAP server. > > This works for me (from linux to AD server): > > @con = Net::LDAP.new(:host => ldap_server, > :port => 636, > :base => base_dn, > :encryption => :simple_tls) > > Hope this helped, > > Vlad > > -- "Hey brother Christian with your high and mighty errand, Your actions speak so loud, I can't hear a word you're saying." -Greg Graffin (Bad Religion) ------=_Part_25730_29629900.1204565537113--