RE: Sporadic SSL_accept error: decryption failed

2006-11-24 Thread Cedric.Pillonel
I found the problem! My error was that another thread was already trying to read on the SSL connection with SSL_read() before the SSL handshake could be completed by SSL_accept(). Excuse me! Cédric Pillonel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

Sporadic SSL_accept error: decryption failed

2006-11-24 Thread Cedric.Pillonel
Hello, I have written a little client/server C application establishing SSL connections. On the client's side I use 'SSLv23_client_method()' and on the server's side 'SSLv23_server_method()' to support all SSL versions. Sometimes I get the following errors on the server's side: 26782:error:140