Python, HTTPS (SSL), tlslite and POST method (and lots of pain)

yatsek at gmail.com yatsek at gmail.com
Tue Feb 24 05:48:10 EST 2009


OK I found workaround.

So just for other fighting the same thing:
Instead of using tlslite use pyOpenSSL and as a base for your server
you can use:
http://code.activestate.com/recipes/442473/

When you add do_POST method everything works

greetz
Jacek



More information about the Python-list mailing list