Python and SSL

Paul Rubin http
Mon Oct 1 10:31:17 EDT 2007


Johny <python at hope.cz> writes:
> By using my Python program I am  attempting to trust a certificate
> signed by a certification authority that Python doesn't trust and that
> causes the error.

No, as Martin points out, Python trusts EVERY certificate, which of
course misses the whole point of certificates.  Whatever is making
your program fail is something different.



More information about the Python-list mailing list