[issue16487] Allow ssl certificates to be specified from memory rather than files.

Antoine Pitrou report at bugs.python.org
Thu Jul 9 15:42:36 CEST 2015


Antoine Pitrou added the comment:

Le 09/07/2015 15:40, Martin Richard a écrit :
> 
> And if certfile and keyfile (args of load_cert_chain()) accept
file-like objects, we agree that cafile (load_verify_location()) should
accept them too?

It could, but that's a separate issue. Let's stay focused on what is
necessary to solve this use case, IMO (i.e. specify non-file-backed data
as a certification chain or private key).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16487>
_______________________________________


More information about the Python-bugs-list mailing list