I use Arch Linux and this problem appears when trying to push on my rip
error: RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0
this issue when writing
git push origin master
Counting objects: 65, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (56/56), done.
Writing objects: 100% (65/65), 76.27 KiB | 1.00 MiB/s, done.
Total 65 (delta 32), reused 0 (delta 0)
error: RPC failed; curl 56 OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
i'm change my buffer size and upgrade git, curl, openssl but doesn't work .
so any help pleas.