<html><head></head><body bgcolor='#FFFFFF' style='font-size:10pt;background-color:#FFFFFF;font-family:Verdana, Arial, sans-serif;'>Hi all,<br/>
<br/>
i try to start stunnel and get the following error:<br/>
<br/>
root@rozrhintt01 :/usr/local/etc/stunnel $ stunnel<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Clients allowed=125<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG5[12080:1]: stunnel 4.50 on i386-pc-solaris2.10 platform<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG5[12080:1]: Compiled/running with OpenSSL 0.9.8l 5 Nov 2009<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG5[12080:1]: Threading:PTHREAD SSL:ENGINE Auth:none Sockets:POLL,IPv6<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG5[12080:1]: Reading configuration from file /usr/local/etc/stunnel/stunnel.conf<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Snagged 64 random bytes from //.rnd<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Wrote 1024 new random bytes to //.rnd<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: PRNG seeded successfully<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG6[12080:1]: Initializing SSL context for service stunnel<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Certificate: /usr/local/etc/stunnel/stunnel.pem<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Certificate loaded<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Key file: /usr/local/etc/stunnel/stunnel.pem<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Private key loaded<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Using DH parameters from /usr/local/etc/stunnel/stunnel.pem<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: DH initialized with 1024-bit key<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: ECDH initialized with curve prime256v1<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: SSL options set: 0x01000000<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG6[12080:1]: SSL context initialized<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG5[12080:1]: Configuration successful<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG3[12080:1]: /var/log/stunnel.log: No such file or directory (2)<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG3[12080:1]: Unable to open output file: /var/log/stunnel.log<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG7[12080:1]: Service stunnel started<br/>
<a href="tel:2012.01.10%2013" target="_blank">2012.01.10 13</a>:20:28 LOG5[12080:1]: Service stunnel accepted connection<br/>
 <br/>
 <br/>
root@rozrhintt01 :/usr/local/etc/stunnel $ ls -la /var/log/stunnel.log<br/>
-rwxrwxrwx   1 root     sys            0 Jan 10 10:02 /var/log/stunnel.log<br/>
root@rozrhintt01 :/usr/local/etc/stunnel $<br/>
 <br/>
 <br/>
root@rozrhintt01 :/usr/local/etc/stunnel $ more stunnel.conf<br/>
; Sample stunnel configuration file for Unix by Michal Trojnara 2002-2011<br/>
; Some options used here may be inadequate for your particular configuration<br/>
; This sample file does *not* represent stunnel.conf defaults<br/>
; Please consult the manual for detailed description of available options<br/>
 <br/>
; **************************************************************************<br/>
; * Global options                                                         *<br/>
; **************************************************************************<br/>
 <br/>
; A copy of some devices and system files is needed within the chroot jail<br/>
; Chroot conflicts with configuration file reload and many other features<br/>
chroot = /usr/local/var/lib/stunnel/<br/>
; Chroot jail can be escaped if setuid option is not used<br/>
setuid = root<br/>
setgid = sys<br/>
 <br/>
; PID is created inside the chroot jail<br/>
pid = /stunnel.pid<br/>
 <br/>
; Debugging stuff (may useful for troubleshooting)<br/>
debug = 7<br/>
foreground = yes<br/>
output=/var/log/stunnel.log<br/>
 <br/>
; **************************************************************************<br/>
; * Service defaults may also be specified in individual service sections  *<br/>
; **************************************************************************<br/>
 <br/>
; Certificate/key is needed in server mode and optional in client mode<br/>
cert = /usr/local/etc/stunnel/stunnel.pem<br/>
;key = /usr/local/etc/stunnel/mail.pem<br/>
 <br/>
; Authentication stuff needs to be configured to prevent MITM attacks<br/>
; It is not enabled by default!<br/>
;verify = 2<br/>
; Don't forget to c_rehash CApath<br/>
; CApath is located inside chroot jail<br/>
;CApath = /certs<br/>
; It's often easier to use CAfile<br/>
;CAfile = /usr/local/etc/stunnel/certs.pem<br/>
; Don't forget to c_rehash CRLpath<br/>
; CRLpath is located inside chroot jail<br/>
;CRLpath = /crls<br/>
; Alternatively CRLfile can be used<br/>
;CRLfile = /usr/local/etc/stunnel/crls.pem<br/>
 <br/>
; Disable support for insecure SSLv2 protocol<br/>
options = NO_SSLv2<br/>
; Workaround for Eudora bug<br/>
;options = DONT_INSERT_EMPTY_FRAGMENTS<br/>
 <br/>
…<br/>
…<br/>
 <br/>
; vim:ft=dosini<br/>
connect = xxx :xxx<br/>
TIMEOUTclose = 0<br/>
root@rozrhintt01 :/usr/local/etc/stunnel $<br/>
 <br/>
 <br/>
root@rozrhintt01 :/usr/local/etc/stunnel $ stunnel -version<br/>
stunnel 4.50 on i386-pc-solaris2.10 platform<br/>
Compiled/running with OpenSSL 0.9.8l 5 Nov 2009<br/>
Threading:PTHREAD SSL:ENGINE Auth:none Sockets:POLL,IPv6<br/>
 <br/>
Global options:<br/>
debug           = daemon.notice<br/>
pid             = /usr/local/var/run/stunnel/stunnel.pid<br/>
RNDbytes        = 64<br/>
RNDfile         = /dev/urandom<br/>
RNDoverwrite    = yes<br/>
 <br/>
Service-level options:<br/>
ciphers         = ALL:!SSLv2:!aNULL:!EXP:!LOW:-MEDIUM:RC4:+HIGH<br/>
curve           = prime256v1<br/>
session         = 300 seconds<br/>
sslVersion      = TLSv1 for client, all for server<br/>
stack           = 65536 bytes<br/>
TIMEOUTbusy     = 300 seconds<br/>
TIMEOUTclose    = 60 seconds<br/>
TIMEOUTconnect  = 10 seconds<br/>
TIMEOUTidle     = 43200 seconds<br/>
verify          = none<br/>
root@rozrhintt01 :/usr/local/etc/stunnel $<br/>
<br/>
<br/>
I don't have any idea to fix this problem!<br/>
<br/>
Thanks for your help ...<br/>
<br/>
Regards,<br/>
<br/>
Martin<br/>  <br><br><table cellpadding="0" cellspacing="0" border="0"><tr><td bgcolor="#000000"><img src="https://img.ui-portal.de/p.gif" width="1" height="1" border="0" alt="" /></td></tr><tr><td style="font-family:verdana; font-size:12px; line-height:17px;">SMS schreiben mit WEB.DE FreeMail - einfach, schnell und   <br>kostenguenstig. Jetzt gleich testen! <a href="http://f.web.de/?mc=021192"><b>http://f.web.de/?mc=021192</b></a></td></tr></table>
</body></html>