On Tue, Sep 04, 2001 at 12:09:16PM +0530, Rama krishna Prasad Chunduru wrote:
> I am crating one socket with non blocking mode and bounded to the SSL port 
> with any ipaddress. i am listening on that socket to serve the client 
> connections. My question is when i am trying to browse the server, the server 
> is accepting the connection but SSL_accept is failing( non blocking) with 
> return value as -1. I done SSL_get_error on the return value it shows 2.  i 
> am unable to find the reason.

2 = SSL_ERROR_WANT_READ

man SSL_get_error !

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to