library · inferred from evidence
certifi
A Python library that provides a consistent CA bundle, a hard dependency of aiven-client.
- SSL handshake failures calling HubSpot API from Python on macOS
Covers this HubSpot problem: SSL handshake failures calling HubSpot API from Python on macOS. Environment fix, per commenter lborruto.
- [Bug] SSL Error when trying to `.list_indexes()`
How to fix '[Bug] SSL Error when trying to `.list_indexes()`' in Pinecone, straight from the verified resolution in gh:pinecone-io/python-sdk#162. Root cause plus what to change.
- PyVimeo 1.0.8: "Unexpected error when uploading through tus" after upgrading
The tus-based upload path in PyVimeo 1.0.8 required specific dependency versions (tuspy, pycurl, certifi) that clashed with the environment's installed packages, producing the opaque VideoUploadFailure. Upgrade tuspy/pycurl/PyVimeo to compa
- 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.
- avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
Teaches the verified fix from a real aiven support thread: avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
- avn CLI fails with SSLV3_ALERT_BAD_RECORD_MAC on a fresh Mac
pip-installed aiven-client fails with an SSL error on macOS because the system Python links against LibreSSL. Install your own Python linked against OpenSSL and the error goes away.