; Lines preceded with a “;” are comments ; Empty lines are ignored ; For more options and details: see the manual (stunnel.html) ; File with certificate and private key cert = cert.pem key = key.pem ; Log (1= minimal, 5=recommended, 7=all) and log file) ; Preceed with a “;” to disable logging debug = 5 output = stunnel.log ; Some performance tuning socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1 ; SSL bug options / NO SSL:v2 (SSLv3 and TLSv1 is enabled) options = ALL options = NO_SSLv2 [telnets] accept = 0.0.0.0:992 connect = 127.0.0.1:1234 TIMEOUTclose = 0