<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 04/09/2008, at 8:00 PM, <a href="mailto:stunnel-users-request@mirt.net">stunnel-users-request@mirt.net</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">Here is my plist. I put this in /Library/LaunchDaemons. What do you  <br>think? --Thanks, Allen</span></blockquote>Firstly have you considered using Lingon to maintain your plist? That could help you.</div><div><br></div><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><?xml version="1.0" encoding="UTF-8"?><br><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "<a href="http://www.apple.com/DTDs/PropertyList-1.0.dtd">http://www.apple.com/DTDs/PropertyList-1.0.dtd</a><span class="Apple-converted-space"> </span><br>"><br><plist version="1.0"><br><dict><br>        <key>KeepAlive</key><br>        <true/><br>        <key>Label</key><br>        <string>stunnel_startup</string><br>        <key>ProgramArguments</key><br>        <array><br>                <string>/opt/local/bin/stunnel</string><br>        </array><br>        <key>RunAtLoad</key><br>        <true/><br></dict><br></plist></span></blockquote></div><div>The most obvious thing that stands out is that you aren't supplying a config file argument to stunnel. How's it going to locate your config file?</div><div><br></div><div>You might want to check your system.log file using the Console application and watch for messages.</div><div><br></div><div>You also need to use launchctl to load your plist - Lingon makes this pretty straightforward.</div><div><br></div><div>Cheers,</div><div>-C</div></body></html>