hi i can ldapsearch -ZZZ without problem ( with fds or openldap command ) but when i try ldapsearch -D "cn=Manager" -p 636 , i have no response from the server i have to CTRL-C to stop the command. here are logs conn=21 fd=67 slot=67 SSL connection from 127.0.0.1 to 127.0.0.1 and nothing else happens thanks basile
basile au siris
2006-Feb-02 10:33 UTC
Re: [Fedora-directory-users] no response on port 636
have to put -Z with fds ldapsearch and -H ldaps://myserver in openldap ldapsearch basile au siris wrote:> hi > i can ldapsearch -ZZZ without problem ( with fds or openldap command ) > but when i try ldapsearch -D "cn=Manager" -p 636 , i have no response > from the server > i have to CTRL-C to stop the command. > here are logs > conn=21 fd=67 slot=67 SSL connection from 127.0.0.1 to 127.0.0.1 > and nothing else happens > thanks > basile > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Richard Megginson
2006-Feb-02 14:39 UTC
Re: [Fedora-directory-users] no response on port 636
basile au siris wrote:> hi > i can ldapsearch -ZZZ without problem ( with fds or openldap command ) > but when i try ldapsearch -D "cn=Manager" -p 636 , i have no response > from the server > i have to CTRL-C to stop the command.Because you are attempting a non-SSL connection on the SSL port? Probably the server is waiting for the SSL handshake to occur, but you haven''t told the client to perform this handshake.> here are logs > conn=21 fd=67 slot=67 SSL connection from 127.0.0.1 to 127.0.0.1 > and nothing else happens > thanks > basile > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users