Hi Michal,
Thank you for your help with this. My stunnel -version output can be found below.
Ankur
stunnel 4.20 on i686-pc-linux-gnu with OpenSSL 0.9.8b 04 May 2006 Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv4
Global options debug = 5 pid = /usr/local/var/run/stunnel/stunnel.pid RNDbytes = 64 RNDfile = /dev/urandom RNDoverwrite = yes
Service-level options cert = /usr/local/etc/stunnel/stunnel.pem ciphers = ALL:!ADH:+RC4:@STRENGTH key = /usr/local/etc/stunnel/stunnel.pem session = 300 seconds sslVersion = SSLv3 for client, all for server TIMEOUTbusy = 300 seconds TIMEOUTclose = 60 seconds TIMEOUTconnect = 10 seconds TIMEOUTidle = 43200 seconds verify = none
On Monday 30 July 2007 19:14, Ankur Upadhyaya wrote:
Thank you for your help with this. My stunnel -version output can be found below.
[cut]
stunnel 4.20 on i686-pc-linux-gnu with OpenSSL 0.9.8b 04 May 2006 Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv4
I was testing stunnel on Linux 2.6 with over 10000 concurrent connections. Just don't forget to set "ulimit -n" to at least twice the expected number of concurrent clients.
Best regards, Mike