Description
Lets Python applications verify TLS certificates using the operating system's native trust stores. It helps software align certificate validation with system policy instead of relying only on bundled certificate files.
Developers use it as a security library in network clients. Certificate verification should remain enabled, and applications should handle platform differences and enterprise trust roots deliberately.