Authenticating clients and servers
Thomas Krüger
see_signature at nospam.nowire.org
Sun Apr 15 14:19:07 EDT 2007
More information about the Python-list mailing list
Sun Apr 15 14:19:07 EDT 2007
- Previous message (by thread): Authenticating clients and servers
- Next message (by thread): Authenticating clients and servers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Krüger schrieb: > Many protocols support an additional SSL/TLS-Layers (e.g. HTTP -> > HTTPS). There you can use SSL certificate authentication. It may > berequired to set up a small CA, but done right it is pretty secure. I missed the best: The Twisted framework has SSL authentication already implemented: http://twistedmatrix.com/ But there also more lightweigt implementations like httplib.HTTPSConnection (for clients) or pyopenssl Thomas -- sinature: http://nospam.nowire.org/signature_usenet.png
- Previous message (by thread): Authenticating clients and servers
- Next message (by thread): Authenticating clients and servers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list