I'm using LDAP SDK for Java 4.1 and trying to connect to a directory server. On our Unix box, I'm getting the following error:
netscape.ldap.LDAPException: The connection is not available (80); Unknown error However, when I run the same command on Windows NT, everything works fine. Does anyone know what can cause this error? I've checked to make sure that the LDAP port (389) is open in the firewall in front of the Unix box. (This shouldn't be the problem since I'd get a connection refused message if the LDAP port wasn't open.)
