(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
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
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