From: Glen Holcomb Date: 2008-03-04T02:28:27+09:00 Subject: Re: net-ldap and OpenSSL ------=_Part_25692_8210728.1204565312788 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Attempting this by hand yields the same results, which makes me think it isn't necessarily a problem with net/ldap. I get the same useless error when attempting the connection by hand: @sslcon = TCPsocket.new("datadc1", 636) @context = OpenSSL::SSL::SSLContext.new @context.verify_mode = OpenSSL::SSL::VERIFY_NONE @sslcon = OpenSSL::SSL::SSLSocket.new(@sslcon, @context) @sslcon.connect then I get OpenSSL::SSL::SSLError On Mon, Mar 3, 2008 at 9:41 AM, Glen Holcomb wrote: > I am having trouble making an SSL connection to an LDAP server. After > setting my object to use simple_tls I get the following error when trying > to > connect to port 636 on the LDAP (AD) server: > > OpenSSL::SSL::SSLError > > Nothing more useful than that. I get a brief stack trace but it isn't all > that useful either. > > -- > "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) > -- "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_25692_8210728.1204565312788--