> I am attempting to connect to an openldap addressbook over SSL from > Squirrelmail. When I connect over the traditional port 389, I am able to > make a connection and search the addressbook fine. When I attempt to > connect over port 636 (ldaps), I receive the following error: > > Error initializing LDAP server ldap.antagonism.org: > [Antagonism] Can't contact LDAP server > > I verified that I am able to connect to the SSL enabled port with > Evolution. Below is the configuration of the ldap portion in my > config.php file. > > $ldap_server[0] = array( > 'host' => 'ldap.antagonism.org', > 'base' => 'ou=addressbook,dc=antagonism,dc=org', > 'name' => 'Antagonism', > 'port' => 636 > ); > > I have verfied on my firewall that squirrelmail is attempting to connect > on 636. I removed the firewalls from both machines and received the same > error. Nothing appeared in any of the httpd log files. > > I checked Google and the Squirrelmail mailing list archives and was unable > find anything relevant. I am running Fedora Core 3 with the following > packages: > > SquirrelMail > httpd-2.0.52-3.1 > php-4.3.11-2.4 > php-ldap-4.3.11-2.4 > squirrelmail 1.4.4 installed from source > > LDAP Server > openldap-2.2.13-2 > openldap-devel-2.2.13-2 > openldap-servers-2.2.13-2 > openldap-clients-2.2.13-2 > > If someone could point in the right direction, it would be appreciated.
can you test 'host' => 'ldaps://ldap.antagonism.org' setting? can you check if your ldap libraries have ssl support? -- Tomas ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
