Hi there,
I have just started using the SSLeay library
in my http proxy to handle https. The problem
I am running into is that SSL_accept returns
-1. Here is the error-status:
 -1 error:00000000::lib(0) :func(0) :reason(0)

And ssl_get_error() reveals that the error-code
is  SSL_ERROR_SYSCALL.

The socket is non-blocking. I call poll() (ok,
I tried select() as well) on the socket to make
sure something is there, before calling SSL_accept().

I will really appreciate it, if someone could give
me a clue about what's wrong.

Thanks,
-- 
Nikhil

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to