This allows us to verify certificates of HTTPS connections, which is
mandatory for logins like on Blender ID.
Details
Details
- Reviewers
Campbell Barton (campbellbarton) Martijn Berger (juicyfruit) - Maniphest Tasks
- T48348: cacert.pem is not included in Windows and MacOS builds
- Commits
- rBSa5bc674e8856: Include requests' cacert.pem file
rBa5bc674e8856: Include requests' cacert.pem file
rBS9f8311ee8871: Include requests' cacert.pem file
rB9f8311ee8871: Include requests' cacert.pem file
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Originally I didn't want to have Blender dealing with security (as in - have to update builds whenever new certificates are released).
But think its fine to include, since its expected to use requests in many cases.