SSL sockets.

Gerhard Häring gh at ghaering.de
Fri May 30 05:50:31 EDT 2003


An anonymous coward (jbi130 at yahoo.com) wrote:
> Hello,
> 
> I'm looking for the most standard way in Python to do SSL sockets.
> I would be preferable to use the same code in Windows and unix.

The code in the standard library does not allow for SSL servers. I 
recommend you use PyOpenSSL (%google pyopenssl) if your SSL needs are 
more advanced than what socket.ssl can offer.

-- Gerhard






More information about the Python-list mailing list