Tagged Questions
1
vote
1answer
124 views
Wrapping socket connections
I'd like to wrap an insecure connection (this one: http://culturedcode.com/things/) with a secure tunnel, a bit like http://en.wikipedia.org/wiki/Stunnel does, just using UNIX tools.
What's the best ...