Skip to content

Commit

Permalink
News fragment for truststore feature
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed May 3, 2022
1 parent aa06be1 commit 7e5938f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions news/11082.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add support to use `truststore <https://pypi.org/project/truststore/>`_ as an alternative SSL certificate verification backend. The backend can be enabled on Python 3.10 and later by installing ``truststore`` into the environment, and adding the ``--use-feature=truststore`` flag to various pip commands.

``truststore`` differs from the current default verification backend (provided by ``certifi``) in it uses the operating system’s trust store, which can be better controlled and augmented to better support non-standard certificates. Depending on feedback, pip may switch to this as the default certificate verification backend in the future.

0 comments on commit 7e5938f

Please sign in to comment.