Issue 22303: Write better test for SSLContext.load_verify_locations (original) (raw)
Issue22303
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) * ![]() |
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) * ![]() |
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:07 | admin | set | github: 66499 |
2019-03-17 23:54:09 | cheryl.sabella | set | nosy: + cheryl.sabellamessages: + |
2014-08-29 22:24:14 | pitrou | create |