-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Description
We've had some issues using crates that use openssl for https etc because android's trust store works differently (https://nelenkov.blogspot.co.uk/2011/12/ics-trust-store-implementation.html)
We had a bit of discussion on how to get this working in reqwest as myself and @king6cong also was having the issue seanmonstar/reqwest#70
After some attemps I settled on this (very rough) fix, I'm not 100% happy with it, though it does mean it works for all crates the use openssl without needed to change them.
dten@72da006
Since this crate takes the responsibility of loading the default certificates it feels like this is the right place to fix this but I wondered if there was preferred way.
king6cong
Metadata
Metadata
Assignees
Labels
No labels