On 07/02/2012 05:21 AM, Trenton Ashburn wrote:
My client that's connecting to my server behind stunnel just gets it's connection attempts refused.
You're sure it's refused, not a timeout? Is the stunnel process running into the max limit of open file descriptors (default is likely to be 1024)? See 'ulimit -n', 'lsof -n -p <pid_of_stunnel>', /etc/security/limits.conf, etc.
Sven