Hi all,

I want to know if openssl on my server works. I have do following Steps:

First I have create a with the command:

openssl req -new -x509 -nodes -days 730 -out server.pem -keyout server.pem

Than I have make some changes in my slapd.conf to include the Certificates:

TLSCertificateFile      /usr/local/etc/openldap/server.pem
TLSCertificateKeyFile   /usr/local/etc/openldap/server.pem
TLSCACertificateFile    /usr/local/etc/openldap/server.pem

after that i have startet my Server with the command:

slapd -d 1 -h "ldap://x.x.x.x:389 ldaps://x.x.x.x:636"

then I have make a serach with the command:
ldapsearch -H ldaps://x.x.x.x/ -x -D "cn=admin,dc=xxxx,dc=xx" -w xxxxx
"cn=cerimagicm" cn sn


and I become the right result. 

But I show at the debug output and see:

 ====> cache_return_entry_r( 59 ): created (0)
send_ldap_search_result 0::
send_ldap_response: msgid=2 tag=101 err=0
ber_flush: 14 bytes to sd 10
connection_get(10): got connid=0
connection_read(10): checking for input on id=0
ber_get_next
ber_get_next: tag 0x30 len 5 contents:
ber_get_next
TLS trace: SSL3 alert read:warning:close notify
ber_get_next on fd 10 failed errno=0 (Success)
connection_read(10): input error=-2 id=0, closing.
connection_closing: readying conn=0 sd=10 for close
connection_close: deferring conn=0 sd=10
connection_resched: attempting closing conn=0 sd=10
connection_close: deferring conn=0 sd=10
do_unbind
connection_resched: attempting closing conn=0 sd=10
connection_close: conn=0 sd=10
TLS trace: SSL3 alert write:warning:close notify



what means with these SSL3 alerts can anybody help ???

Can I assumte that SSL works.


Thanks in advance 

regards 
Ferruh

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to