m-click / requests_pkcs12

Add PKCS#12 support to the Python requests library in a clean way, without monkey patching or temporary files
ISC License
124 stars 33 forks source link

Support CA certificates in PKCS#12 file #12

Closed laozc closed 5 years ago

laozc commented 5 years ago

PKCS#12 file with CA certificates might fail due to lack of certificate chain. This PR fixes the issue.

vog commented 5 years ago

Thanks a lot for your contribution! This patch looks very good. I'll include it and prepare a new release immediately.

vog commented 5 years ago

The new version 1.6 is released: