[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Start TLS extended request
At 12:48 PM 1/23/2004, Siva Kollipara wrote:
>I am confused coz "openssl s_client -connect localhost:636
>-CApath=/valid/certs/dir" succeeds and everything works without complaning
try with -verify, try with both -CAfile, etc..
The OpenLDAP configuration flags are, IIRC, passed in to the
OpenSSL library, much like the openssl(1) does its command
line flags. So, the behavior should be quite similar for
equivalent flags.
Kurt