library · inferred from evidence
LibreSSL
A cryptographic library that macOS's system Python is linked against, causing SSL issues.
- 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.