[Weird Error] Received fatal alert: bad_record_mac When Using Netbeans Subversion
I had a very weird error when syncronizing with Netbeans to my Subversion server, using https connection type.
org.apache.subversion.javahl.ClientException: E175002: Received fatal alert: bad_record_mac
After spending some time to googling, i found out that the culprit is Netbeans’ SvnKit. Changing it to CLI removes the error, and my Netbeans is running well again :D.
No Comments