[Twisted-Python] enable ssl in python application.

2013-07-16 Thread Girish Joshi
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

Re: [Twisted-Python] Testing AMP-based code

2013-07-16 Thread MichaelMayorov
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