[New-bugs-announce] [issue22303] Write better test for SSLContext.load_verify_locations

Antoine Pitrou report at bugs.python.org
Sat Aug 30 00:24:14 CEST 2014


New submission from Antoine Pitrou:

SSLContext.load_verify_locations() probably takes into account the SSL_CERT_FILE and SSL_CERT_DIR environment variables, when set. This should allow us to write a better test than the existing, minimal one.

----------
components: Tests
messages: 226092
nosy: alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
priority: normal
severity: normal
status: open
title: Write better test for SSLContext.load_verify_locations
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22303>
_______________________________________


More information about the New-bugs-announce mailing list