library · inferred from evidence
certifi
A Python library that provides a consistent CA bundle, a hard dependency of aiven-client.
- ggshield ValueError: invalid literal for int() with base 10: '' on macOS
Fixed in ggshield 1.52.1, where setup_truststore() falls back to the bundled certifi certificates when the macOS version cannot be parsed instead of crashing. Run brew upgrade ggshield to get it. The reporter confirmed the fix works. Sourc
- avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
Install Python yourself from Homebrew or python.org (both ship Python linked against OpenSSL, not LibreSSL) and reinstall aiven-client: `brew install openssl`, `brew reinstall python`, then `pip3 install aiven-client`. aiven-client now requ