MAC OS X Tiger Stunnel Troubleshooting

Chat about twofo and other information sharing portals.

Moderator: Operators

Post Reply
erty
Posts: 4
Joined: Sun Oct 08, 2006 6:24 pm

MAC OS X Tiger Stunnel Troubleshooting

Post 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?
xyzzy
Posts: 55
Joined: Fri Oct 21, 2005 5:00 pm
Location: Kent

Post 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.
erty
Posts: 4
Joined: Sun Oct 08, 2006 6:24 pm

Post 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?
xyzzy
Posts: 55
Joined: Fri Oct 21, 2005 5:00 pm
Location: Kent

Post 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.
Post Reply