havardgulldahl / jottalib

A library to access files stored at jottacloud.com.
GNU General Public License v3.0
83 stars 19 forks source link

Use certifi to keep up to date with certificates #29

Closed havardgulldahl closed 9 years ago

havardgulldahl commented 9 years ago

Citing http://docs.python-requests.org/en/latest/user/advanced/

CA Certificates By default Requests bundles a set of root CAs that it trusts, sourced from the Mozilla trust store. However, these are only updated once for each Requests version. This means that if you pin a Requests version your certificates can become extremely out of date.

From Requests version 2.4.0 onwards, Requests will attempt to use certificates from certifi if it is present on the system. This allows for users to update their trusted certificates without having to change the code that runs on their system.

For the sake of security we recommend upgrading certifi frequently!

havardgulldahl commented 9 years ago

Fixed in 69018062665914f779ca892a3540fb2537180079