Documentation
How do I use the thing?
👍 An example on how to use this with requests would be great
Currently this cannot effectively be used with Requests because you need to hook in at a low level. I'm working on it. =)
@Lukasa Is this still true? As far as I know requests will use REQUESTS_CA_BUNDLE variable if defined which means that this can be used to make it use it without necessarily changing the code.
This module does not provide a PEM file, so that environment variable won't work. Indeed, the whole point of this module is to avoid using OpenSSL for cert validation, but that env var will pass the certs to OpenSSL.
Just discovered that there's a site: https://certitude.readthedocs.io/ Would be great to link to that from the repository.