certitude icon indicating copy to clipboard operation
certitude copied to clipboard

Documentation

Open Lukasa opened this issue 10 years ago • 5 comments

How do I use the thing?

Lukasa avatar Dec 23 '15 22:12 Lukasa

👍 An example on how to use this with requests would be great

helmus avatar Jul 20 '16 21:07 helmus

Currently this cannot effectively be used with Requests because you need to hook in at a low level. I'm working on it. =)

Lukasa avatar Jul 20 '16 21:07 Lukasa

@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.

ssbarnea avatar Feb 04 '17 12:02 ssbarnea

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.

Lukasa avatar Feb 04 '17 14:02 Lukasa

Just discovered that there's a site: https://certitude.readthedocs.io/ Would be great to link to that from the repository.

afeld avatar Mar 01 '18 17:03 afeld