How to resolve SSL error [SSL: SSLV3_ALERT_BAD_RECORD_MAC] ssl/tls alert bad record mac when pushing data to Supabase using httpx in Python?
I’m encountering an SSL error while pushing data to Supabase using the httpx library in Python. The error message is [SSL: SSLV3_ALERT_BAD_RECORD_MAC] ssl/tls alert bad record mac (_ssl.c:2580). This issue occurs intermittently, usually after successfully pushing several batches of data.