Hello
I have an OpenLDAP 2.0.27 running on a Red Hat 9.0 box and I'm using the
mozilla java ldap api 4.0 to test ldap access with java.
It's working really fine... on port 389 without TLS/SSL.
When I try to connect using TLS (port 636) I get the following message on
client side:
netscape.ldap.LDAPException: Server down (80); Unknown error
On the server side I got this message:
TLS: can't accept.
TLS: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
s23_srvr.c:585
Does anybody got a similar problem before? What was the probably solution?
PS: I followed the "Directory SDK for Java 4.0 Programmer�s Guide",
Connecting Over SSL chapter, but it wasn't that easy as they said.
I created an LDAPSSLSocketFactory("Socket") and passed it in LDAPConnection.
Thanks in advance,
Fernando