Re: SSL_accept gives error on 300+ simultaneous connection

2007-06-01 Thread Krishna M Singh
Thanks Marek for quick response that cleared all my doubts. On 6/1/07, Marek Marcola <[EMAIL PROTECTED]> wrote: Hello, > I have a SSL server that uses Openssl 9.7e. It works fine initially > but after a bit load (like 200+ connection), lots of SSL hanshake > failure occurs. The failure reason gi

Re: SSL_accept gives error on 300+ simultaneous connection

2007-06-01 Thread Marek Marcola
Hello, > I have a SSL server that uses Openssl 9.7e. It works fine initially > but after a bit load (like 200+ connection), lots of SSL hanshake > failure occurs. The failure reason given is SSL_ERROR_SSL and the > string received is > > error:140730FF:lib(20):func(115):reason(255):.\ssl\s23_srvr.

SSL_accept gives error on 300+ simultaneous connection

2007-06-01 Thread Krishna M Singh
Hi I have a SSL server that uses Openssl 9.7e. It works fine initially but after a bit load (like 200+ connection), lots of SSL hanshake failure occurs. The failure reason given is SSL_ERROR_SSL and the string received is error:140730FF:lib(20):func(115):reason(255):.\ssl\s23_srvr.c:227 On looki