mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
a94e9b5308
This also adds certificates for testing purposes and files to make it easy to generate/regenerate them. This also replaces an existing test of how we utilize our pool manager such that we don't connect to badssl.com Finally, this adds additional context parameters for our pool manager to account for mTLS certificates used by clients to authenticate to a server.
11 lines
343 B
Markdown
11 lines
343 B
Markdown
# Testing Certificates
|
|
|
|
This is a collection of certificates useful for testing aspects of Requests'
|
|
behaviour.
|
|
|
|
The certificates include:
|
|
|
|
* [expired](./expired) server certificate with a valid certificate authority
|
|
* [mtls](./mtls) provides a valid client certificate with a 2 year validity
|
|
* [valid](./valid) has a valid server certificate
|