[EMAIL PROTECTED] wrote: > Hi all > > I am trying to create a lighweight tcp proxy server. [...]
There is a bunch of nice recipies in the Python Cookbook on port forwarding. In the [1] and [2] case it should be fairly simple to add an extra authentication step with pyOpenSSL. [1] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/483730 [2] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/114642 [3] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/483732 best, fw -- http://mail.python.org/mailman/listinfo/python-list