This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Write better test for SSLContext.load_verify_locations
Type: enhancement Stage:
Components: Tests Versions: Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: alex, cheryl.sabella, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou
Priority: normal Keywords:

Created on 2014-08-29 22:24 by pitrou, last changed 2022-04-11 14:58 by admin.

Messages (2)
msg226092 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2014-08-29 22:24
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.
msg338150 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-03-17 23:54
Issue 22449 added some tests around these environment variables.  Was that enough to satisfy this issue or does more need to be done?
History
Date User Action Args
2022-04-11 14:58:07adminsetgithub: 66499
2019-03-17 23:54:09cheryl.sabellasetnosy: + cheryl.sabella
messages: + msg338150
2014-08-29 22:24:14pitroucreate