Replies: 2 comments
-
@jose-pr Thank you for opening this. I believe this should be doable. Best way would be to expose another callback to plugins where they can do the SSL negotiation, overriding the default Context used by I am inclining towards a plugin callback solution (vs flag based) because requirements here are so varied. E.g. in #536 folks want to use custom certs for validation. A callback based solution will help everyone needing custom SSL context. Wdyt? |
Beta Was this translation helpful? Give feedback.
-
That would be great, as long as it exposed the base context and allow low level functions on its setup. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Want to be able to use a modified ssl context that would allow me to use Windows CAPI , or some other engine for client certificate authentication.
Describe the solution you'd like
Something similar to methods available for urllib3 with pyopenssl where the default context can be overridden.
Describe alternatives you've considered
Using Urllib3 and/or simple socket with a custom SSLContext
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions