cardano-python icon indicating copy to clipboard operation
cardano-python copied to clipboard

Add support for requests parameters verify and cert

Open tosinator opened this issue 4 years ago • 0 comments

I have been using Daedalus as my cardano-wallet provider. Daedalus uses HTTPS with custom CA and client certificates. In order to be able to use them properly, we need to pass "verify" and "cert" parameters to requests library. This patch accomplishes that.

I'm not sure if I need to consider anything else (I used this library only for a little). If not a direct contribution to code, hopefully this at least serves as a feature request.

Thanks!

tosinator avatar Nov 24 '21 21:11 tosinator