Hello, > I get the strange error 140DF114:SSL routines:SSL_read:uninitialized , > though I have initialized the connection (accept completes successfully). Maybe SSL_accept() did not return 1 but 0 which is not success. Checking return code with something like that: if ( SSL_accept() < 0 ){ error(); } is not good. Just my guess :-)
Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]