Description
TLS certificate validation can use the operating system trust store from pure Python code. This library helps applications rely on system root CAs instead of bundling certifi data.
It is imported by network clients and affects which certificate authorities are trusted. Applications should still keep TLS verification enabled and understand the trust policy of the host system.