Cory Benfield

Results 1307 comments of Cory Benfield

@tdussa Not at this time I'm afraid. =(

Nope. There's a big chunk of work to be done for this.

Not currently, no. We have a finite amount of resources to spend, and the development team is stretched pretty thin across a wide number of projects.

@traut There isn't a good one, really. You can attempt to use the TransportAdapter's `init_poolmanager` method to pass objects into urllib3.

@traut Yes. We're a few releases away from users being able to use TransportAdapters to provide SSLContext objects to urllib3, which will resolve this issue.

@amiralia Right now the answer is "not easily". The Python standard library `ssl` module exposes no way to load client certs/keys from bytes: only from files. This is despite the...

The object itself does not, but it has a `ctx` object on it that does. You'll need to look at the actual code in that module to see how it...

Thanks for raising this issue! This is a related issue to #2018: specifically, we prefer the environment to the `Session` value assuming the environment specifies an auth value. The fix...

"soon" is a bit strong. However, there's a branch that code can be committed to, and there is active work being done on urllib3 v2, which once done will be...