durusmail: quixote-users: Quixote and Twisted Newbie Help -- Quixote 2.0, Twisted 2.01, SSL
Quixote and Twisted Newbie Help -- Quixote 2.0, Twisted 2.01, SSL
2005-08-05
Quixote and Twisted Newbie Help -- Quixote 2.0, Twisted 2.01, SSL
Krys Wilken
2005-08-05
Hi everyone,

I hope someone here can help me as I am new to Quixote and Twisted
(and this list :-).

I have been working on an application at work using Myghty and
plugging it into our department's IIS server via isapi_wsgi.

I have since discovered Quixote and I think I prefer it.  HTML in
Python does seem easier then the other way around.

I also want to drop my dependence on IIS since it is well... yucky.
Besides isapi_wsgi is single-threaded only. :-(

Anyway, I have been searching Google and the archives for this list
for an answer or at least a lead, but there is little to help.

Google got me posting in 2004 by Jason Sibre of a patch to
twisted_http.py but it was for Quixote 0.7a3.

Okay, to the point:  I want to run Quixote on Twisted, but I need SSL
support.  The current twisted_server.py does not support SSL (and has
some depreciation warnings, which I tried to fix, but failed.).

I was wondering if anyone has already implemented a twisted SSL server
for Quixote and would be willing to share.  If not, is anyone
interested in working on one with me?  I would like to see it added to
the main Quixote development, but I would be willing to host (and
package) the result so everyone can benefit.

Anyway, I hope someone can help.

Thanks in advance,
Krys
reply