[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SSL/TLS
--On Freitag, 24. August 2001 00:15 +0200 Geert Van Muylem
<Geert.Van.Muylem@skynet.be> wrote:
ldapsearch -Z -b "c=be" -h "192.168.0.49" -p 636 "objectclass=*"
Your trying to initiate an LDAP connection (with subsequent START_TLS) to
an LDAPS port. This will not work. To access LDAPS use
ldapsearch -H ldaps://192.168.0.49 -b c=be
--
Norbert Klasen
DAASI International GmbH phone: +49 7071 2970336
Wilhelmstr. 106 fax: +49 7071 295114
72074 Tübingen email: norbert.klasen@daasi.de
Germany web: http://www.daasi.de
- Follow-Ups:
- RE: SSL/TLS
- From: "Geert Van Muylem" <Geert.Van.Muylem@SKYNET.BE>
- References:
- SSL/TLS
- From: "Geert Van Muylem" <Geert.Van.Muylem@skynet.be>