Hi all:

I �ve made a SSL client that connects to a SSL file server.
I ALWAYS get this trace when I set my info_callback, although the conection
seems to be working fine.

SSL_accept:before SSL initalisation
SSL_accept:SSLv3 read client hello A
SSL_accept:SSLv3 write server hello A
SSL_accept:SSLv3 write certificate A
SSL_accept:SSLv3 write certificate request A
SSL_accept:SSLv3 write server done A
SSL_accept:SSLv3 flush data
InfoCallback():SSL_accept:error in SSLv3 read client certificate A
InfoCallback():SSL_accept:error in SSLv3 read client certificate A
accept continuing.-------> (this is mine)
verify_callback(): ok = 1 error= 0
verify_callback(): ok = 1 error= 0
SSL_accept:SSLv3 read client certificate A
SSL_accept:SSLv3 read client key exchange A
SSL_accept:SSLv3 read certificate verify A
SSL_accept:SSLv3 read finished A
SSL_accept:SSLv3 write change cipher spec A
SSL_accept:SSLv3 write finished A
SSL_accept:SSLv3 flush data

What are the "error in SSLv3 read client certificate A" errors?
Why verify_callback is called two times?

Thanks.


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

Reply via email to