I want to enable ssl on port 7081 for my python application I'm using this
port for xmlrpc. I have twisted library installed but I'm not getting
exactly how to use it's functions to enable ssl. here is my code.
class server:
reactor.listenTCP(7081, server.Site(myapp))
reactor.run
twistedmatrix.com> writes:
> I think this is thinking in the right direction. Twisted generally
> tries to be responsible for testing its own code, and the serialization
> from commands to bytes (and the reverse) that AMP does is part of
> Twisted, so you should really be free from the burden