[issue1114345] Add SSL certificate validation

Bill Janssen report at bugs.python.org
Thu Aug 30 19:42:08 CEST 2007


Bill Janssen added the comment:

The new SSL code does work with self-signed certs, either by skipping 
validation with CERT_NONE, or by adding the cert to the ca_certs file.  I 
don't believe there are any other options that make sense, but if you can 
suggest one, let's hear it.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1114345>
_____________________________________


More information about the Python-bugs-list mailing list