Page 1 of 1

MAC OS X Tiger Stunnel Troubleshooting

Posted: Wed Nov 22, 2006 4:51 pm
by erty
Hi, I followed the guidelines on the wiki. Darwine works fine, I can open notepad, etc. But when I launch stunnel.exe I get: "Error, stunnel.exe has exited with an error, have a look at the Log window." The Wine Log remains empty though. I went through the console, and I had no luck there.
Has anyone got it working under Tiger?

Posted: Wed Nov 22, 2006 5:31 pm
by xyzzy
I don't have a mac.

However, I do know that the fink project provides a way to install all the common open source programs, including stunnel, onto a mac.

Have a look at http://fink.sourceforge.net/index.php and see if you can install fink, then use that to install stunnel.

Posted: Wed Nov 22, 2006 6:14 pm
by erty
I've got Stunnel for Mac now thanks,
I'm doing:
stunnel -c -d localhost:8008 -r hub.twofo.co.uk:4146

I'm trying but I get:

-c: No such file or directory (2)
Syntax:
stunnel [<filename>] ] -fd <n> | -help | -version | -sockets
<filename> - use specified config file instead of /opt/local/etc/stunnel/stunnel.conf
-fd <n> - read the config file from a file descriptor
-help - get config file help
-version - display version and defaults
-sockets - display default socket options

Can you help?

Posted: Wed Nov 22, 2006 6:46 pm
by xyzzy
Put this in a text file, say called twofo.conf:

Code: Select all

[twofo]
client = yes
connect = hub.twofo.co.uk:4146
accept = localhost:8000
then run "stunnel twofo.conf"

Then once stunnel is running, connect shakespeer to localhost:8000.