2 Mar
2017
2 Mar
'17
4:41 a.m.
On Thu, Mar 2, 2017 at 7:06 AM, Nick Coghlan <ncoghlan@gmail.com> wrote:
Given your context of use though, the one potential incompatibility you're going to have to watch out for is losing access to any custom CA certificates that are installed into the system trust stores (since certifi won't have any knowledge of those).
That's indeed a cons of this approach, at least on Linux. My understanding is that the PEP worked on by Cory Benfield would improve this. We will use this hack for now, keeping a look on the progress being made David