sslredir 0.9.1 review

Download
by rbytes.net on

sslredir is a simple utility used for redirecting incoming non-SSL connections to outgoing SSL connections. sslredir project is usef

License: GPL (GNU General Public License)
File size: 0K
Developer: Jason Tackaberry
0 stars award from rbytes.net

sslredir is a simple utility used for redirecting incoming non-SSL connections to outgoing SSL connections.

sslredir project is useful for enabling applications such as mail, news, or IRC clients, which do not support SSL, to connect to SSL servers. It also supports connecting to the remote host through a SOCKS4A proxy, so sslredir is ideal for use with Tor.

sslredir is similar to stunnel or socat, except that it is not as general-purpose as socat. It uses less than 450 lines of Python, so it is simple to audit (although it does rely on M2Crypto which relies on OpenSSL, both of which are rather more difficult to audit). sslredir is also designed to work nicely with Tor, whereas I had run into bugs with both socat and stunnel.

Requirements:
M2Crypto
Python 2.3 or later

What's New in This Release:
This release adds an option to automatically restart after RSS memory usage exceeds a certain threshold.
This is used to work around memory leaks in m2crypto.

sslredir 0.9.1 keywords