HTTPS Server

Toni Andjelkovic toni at soth.at
Sun Jan 19 13:28:26 EST 2003


In article <DxwW9.21446$YG2.637142 at twister1.libero.it>, Giorgio Zoppi wrote:
> Toni Andjelkovic wrote:
>> In article <avu4qn$md3$1 at newsreader1.netway.at>, Sergio Lobo wrote:
>>> I am looking for a way to change my simple HTTP Server into a HTTPS
>>> server. My project is being developed using Jython.
>> 
>> Consider using stunnel: http://stunnel.mirt.net/.
> 
> Consider PureTLS, or OpenSSL binding.
> http://sf.net/projects/pow

stunnel should work transparently for the application, so that
no coding is necessary.

However, in the case of a network server, it could be rewritten
for Twisted (http://twistedmatrix.com/), which offers SSL/TLS
support built on top of pyOpenSSL.

Cheers,
-- 
Toni Andjelkovic
<toni at soth.at>





More information about the Python-list mailing list