Re: SSL_accept gives error

2007-06-04 Thread Marek Marcola
Hello, > I have a SSL server that uses Openssl 9.7e. It works fine initially > but few hundred connections, lots of SSL hanshake > failure occurs. The failure reason given is SSL_ERROR_SYSCALL. After > that I try to retrieve the more error details from the stack using > ERR_error_string_n or ERR_p

SSL_accept gives error

2007-06-03 Thread Krishna M Singh
Hi all I have a SSL server that uses Openssl 9.7e. It works fine initially but few hundred connections, lots of SSL hanshake failure occurs. The failure reason given is SSL_ERROR_SYSCALL. After that I try to retrieve the more error details from the stack using ERR_error_string_n or ERR_print_err

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