mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-20 22:50:57 +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.
12 lines
228 B
Markdown
12 lines
228 B
Markdown
# Expired Certificates and Configuration for Testing
|
|
|
|
This has a valid certificate authority in [ca](./ca) and an invalid server
|
|
certificate in [server](./server).
|
|
|
|
This can all be regenerated with:
|
|
|
|
```
|
|
make clean
|
|
make all
|
|
```
|