Re: Problem in SSL_accept()

2000-09-28 Thread Dan Kegel
Nikhil Sharma wrote: > 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:::lib(0) :func(0) :reason(0) > > And ssl_get_error() reveals that the error-code >

Problem in SSL_accept()

2000-09-27 Thread Nikhil Sharma
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:::lib(0) :func(0) :reason(0) And ssl_get_error() reveals that the error-code is SSL_ERROR_SYSCALL. Th