You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httpcore uses the ssl module provided by the standard library, which itself is dependent on OpenSSL. However, there are problems with OpenSSL, and it looks like it’ll be here to stay for the foreseeable future.
This might be out of scope for this project, but it would be nice if httpcore allowed users to optionally use a different backend (e.g., rustls). On that note, there are official Python bindings to rustls. See https://github.com/djc/pyrtls
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
httpcore uses the ssl module provided by the standard library, which itself is dependent on OpenSSL. However, there are problems with OpenSSL, and it looks like it’ll be here to stay for the foreseeable future.
For some context, see https://discuss.python.org/t/our-future-with-openssl/21486/10
This might be out of scope for this project, but it would be nice if httpcore allowed users to optionally use a different backend (e.g., rustls). On that note, there are official Python bindings to rustls. See https://github.com/djc/pyrtls
Beta Was this translation helpful? Give feedback.
All reactions