RE: SSL_accept blocks forever

2006-03-10 Thread Gayathri Sundar
(hyip)Sent: Friday, March 10, 2006 10:28 PMTo: openssl-users@openssl.orgCc: Henry Yip (hyip)Subject: SSL_accept blocks forever Hi, I have a SSL server program that accepts SSL connections. But after receiving around 150 connections confirmed with the "netstat -a  | grep ESTAB&quo

Re: SSL_accept blocks forever

2006-03-10 Thread Girish Venkatachalam
The problem you are talking about seems to be occurring at the TCP layer even before things come into the hands of SSL_accept(). So I suggest you test this without SSL first. You might hit some SSL session reuse limit and get a similar problem but yours doesnt seem to be that. And 150 is a ver

SSL_accept blocks forever

2006-03-10 Thread Henry Yip \(hyip\)
Hi, I have a SSL server program that accepts SSL connections. But after receiving around 150 connections confirmed with the "netstat -a  | grep ESTAB" command and many SYN_RECV half opened connections, the client is terminated. This forces the sockets to close.  The number of ESTAB connectio