Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

python-certifi-win32

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-certifi-win32

Add windows certificate store to certifi cacerts.

  • 1.6.1
  • PyPI
  • Socket score

Maintainers
1

==================== python-certifi-win32

NOTE : This package has been replaced by pip-system-certs <https://pypi.org/project/pip-system-certs/>_ and is generally unmaintained.

This package patches certifi at runtime to also include certificates from the windows certificate store.

This will allow packages such as requests (and tools based on it, like pip) to verify tls/ssl connections to servers who's ca is trusted by your windows install.

This module will automatically keep the merged certifi+windows cacerts file up to date, even when the certifi module is updated.

Simply install with::

pip install python-certifi-win32

and requests should trust your hosts if your host system does.

Acknowledgements

This module is inspired by a patch for python-certifi to implement this functionality: https://github.com/certifi/python-certifi/pull/54 The method of patching at runtime is built from the autowrapt module: https://pypi.python.org/pypi/autowrapt

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc