Hi

On 26/06/2008, at 11:35 PM, Volker Kuhlmann wrote:
My mind has gone somewhat blank. I am looking for a program which
listens on a local port, and forwards any connections to a remote server via ssl. This is for clients which don't speak ssl to connect to servers
which only speak ssl, meaning the client connects to localhost:1234
instead of remotehost:1234.

stunnel would be the exact opposite - it slaps ssl in front of servers
which don't speak ssl, so that ssl-capable clients can connect via ssl.

I think stunnel also works the other way around: [client -nossl-> stunnel -ssl-> server]. See example at the end of: http://www.stunnel.org/examples/cvs.html

In both the above two cases the connection between local and remote is
ssl encrypted. Does such a program exist?

--
Delio

Reply via email to