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

2009-02-24 Thread yatsek
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 -- http://mail.python.org/mailman/listinfo/pyt

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

2009-02-23 Thread yatsek
Hi there. Since quite long time I'm trying to achieve following things: - for some sort of testing I need webserver with https access - with POST method implemented I found something which fits it in nicely written in Python, connected my toys and... server hangs in some weird "inter-state" while

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

2009-02-23 Thread yatsek
Hi there. Since quite long time I'm trying to achieve following things: - for some sort of testing I need webserver with https access - with POST method implemented I found something which fits it in nicely written in Python, connected my toys and... server hangs in some weird "inter-state" while