Python & SSL

Benji York benji at benjiyork.com
Tue May 2 15:47:22 EDT 2006


James Stroud wrote:
> I have been trying to make an https client with python

You probably don't want to use the standard library for HTTPS; here's a 
quote from the socket module docs about SSL:

	Warning: This does not do any certificate verification!

I'd recommend M2Crypto instead: 
http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
--
Benji York



More information about the Python-list mailing list