tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
592 stars 92 forks source link

Allow specifying a certificate bundle with TLDR_CERT #243

Open jtcbrule opened 4 months ago

jtcbrule commented 4 months ago

This pull request makes it possible to specificy a different certificate store/bundle by setting:

This is a more secure alternative to disabling SSL verification entirely when behind an SSL proxy.