Hello,
I'm having trouble using ActiveLDAP connecting using starttls. When using starttls I get ActiveLdap::ConnectionError: Giving up to reconnect with the server. I have a suspicion it doesn't use the correct certificate...
Any ideas?
Regards,
Henrik Hodne
Hi,
In <105B5A07-2B9D-4A6F-B6CB-C8494643B586@cluenet.org>
"ActiveLDAP StartTLS connection problem" on Fri, 20 Mar 2009 05:34:26 +0900,
I'm having trouble using ActiveLDAP connecting using
starttls. When using starttls I get
ActiveLdap::ConnectionError: Giving up to reconnect with the
server. I have a suspicion it doesn't use the correct
certificate...
Any ideas?
Could you show your config/ldap.yml?
(You use ActiveLdap with Rails, don't you?)
If you use debug log level, you will get more information.
config/environment.rb:
...
Rails::Initializer.run do |config|
...
config.log_level = :debug
...
end
...
Thanks,
···
Henrik Hodne <dvyjones@cluenet.org> wrote:
--
kou