aio-libs-abandoned/aioredis-py

Allow passing ssl_ca_data argument to SSLConnection

m-novikov opened this issue · 0 comments

Is your feature request related to a problem?

Currently it's only possible to pass CA chain to SSLConnection if named file exists in the filesystem. In some use-cases certificates could be stored in-memory.

Describe the solution you'd like

I suppose ssl_ca_data argument would conform to the current API

Describe alternatives you've considered

Custom connection class, but it's also problematic as described in #1209

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct