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
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