Fixes
- Windows SSL certificate verification failure on PyInstaller builds:
download_archive()failed withCERTIFICATE_VERIFY_FAILEDbecause PyInstaller setsSSL_CERT_FILEto a bundledcacert.pemthat doesn't exist at runtime. Now temporarily clears the env var sossl.create_default_context()loads certificates from the OS store instead (#68)
Tests
- 2 new tests for SSL cert env handling (5260 total across 92 files)