Connecting to a LDAPS server

Posted by Pavanred on Server Fault See other posts from Server Fault or by Pavanred
Published on 2010-12-21T13:47:08Z Indexed on 2010/12/21 13:55 UTC
Read the original article Hit count: 281

Filed under:
|
|

I am working on a development machine and I am trying to connect to my LDAP server. This is what I do -

telnet ldaps- 686

then the response is -

Could not open connection to the host on port 686 : connect failed

But, the strange part is when I connect to my server -

telnet ldap- 389

then the connection is successful.

My question is, why does this happen?

Do I have to install SSL certificate on the client machine where I make the call from? I do not know much about this.

I know for a fact that the LDAP server is working fine because other applications are successfully using it currently.

© Server Fault or respective owner

Related posts about ssl

Related posts about ldap