Hello, <br><br>I am new to stunnel.  My stunnel v4.32 is installed to my mac v10.6.3 using MacPort.  I am trying to setup active directory, but there is no process start when i run <br><pre style="border: 2px dotted rgb(138, 2, 224); background-color: rgb(236, 207, 255); color: rgb(50, 1, 81); margin: 8px; padding: 8px; font-family: monospace; overflow: auto;" class="escaped">
sudo /opt/local/bin/stunnel /opt/local/etc/stunnel/stunnel.conf
</pre>There is no error msg after i run the command.  I believe it could have something to do with my configuration?  Having it running in debug mode, I can't find the created output file.  Could someone help me?  Or tell me where i can find the output file?  Thanks!<br>
<br><br>Stunnel seems successfully installed, as it has returned the following with the command "sudo stunnel -version"<br>stunnel 4.32 on i686-apple-darwin10.3.0 with OpenSSL 1.0.0a 1 Jun 2010<br>Threading:PTHREAD SSL:ENGINE Sockets:SELECT,IPv6 Auth:LIBWRAP<br>
 <br>Global options<br>debug           = daemon.notice<br>pid             = /opt/local/var/run/stunnel/stunnel.pid<br>RNDbytes        = 64<br>RNDfile         = /dev/urandom<br>RNDoverwrite    = yes<br> <br>Service-level options<br>
cert            = /opt/local/etc/stunnel/stunnel.pem<br>ciphers         = ALL:!aNULL:!eNULL:!SSLv2<br>session         = 300 seconds<br>stack           = 65536 bytes<br>sslVersion      = SSLv3 for client, all for server<br>
TIMEOUTbusy     = 300 seconds<br>TIMEOUTclose    = 60 seconds<br>TIMEOUTconnect  = 10 seconds<br>TIMEOUTidle     = 43200 seconds<br>verify          = none<br><br><br><br><br>Here is my config:<br>cert = /opt/local/etc/stunnel/stunnel.pem<br>
key = /opt/local/etc/stunnel/stunnel.pem<br><br>sslVersion = SSLv3<br><br>chroot = /opt/local/var/lib/stunnel/<br>setuid = nobody<br>setgid = nogroup<br>pid = /stunnel.pid<br><br>socket = l:TCP_NODELAY=1<br>socket = r:TCP_NODELAY=1<br>
<br>debug = 7<br>output = stunnel.log<br><br>client = yes<br><br>[ActiveDirectory1]<br>accept = 391<br>connect = SOME_IP:636<br><br><br>Cheers,<br>Cherry<br><br><br>