FS#33420 - [python{,2}-requests] specify location of systemwide ca-certificates
Attached to Project:
Community Packages
Opened by Thomas Weißschuh (t-8ch) - Wednesday, 16 January 2013, 16:47 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 17 January 2013, 10:27 GMT
Opened by Thomas Weißschuh (t-8ch) - Wednesday, 16 January 2013, 16:47 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 17 January 2013, 10:27 GMT
|
Details
In #33118 I requested the removal of the certificate bundle
from the requests library.
Shortly after that the autodetection of systemwide bundles was removed. Version 1.1.0 in Arch ships now without an included bundle rendering it unable to do authenticated ssl. The official way to specify own bundles (see [0]) is to modify the function where() in certs.py to return the systemwide location. [0] https://github.com/kennethreitz/requests/blob/bbea679ab278f9aa7a12df404fd55f354b0701f1/requests/certs.py |
This task depends upon
Closed by Massimiliano Torromeo (mtorromeo)
Thursday, 17 January 2013, 10:27 GMT
Reason for closing: Fixed
Additional comments about closing: python{,2}-requests-1.1.0-2
Thursday, 17 January 2013, 10:27 GMT
Reason for closing: Fixed
Additional comments about closing: python{,2}-requests-1.1.0-2
python-certifi: SSL support
Anyway I will modify the where() function as suggested to point to the distribution certificates.