Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Understanding javax.net.ssl.SSLException: bad record MAC

On 01/03/2013 19:37, Joakim Erdfelt wrote:
"Bad record mac" looks like a TLS Alert.

Typical explanations for this alert is "Possibly a bad SSL implementation, or
payload has been tampered with"

I had some buggy versions of openssl that had this bug, but once I upgraded to
1.0.1e it went away.

I had an SSL problem recently that turned out to be a JVM bug:

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=398644

Don't know if your problem is related, but just in case you should try updating the JVM to the latest version; I updated from 1.7.0-b147 to 1.7.0_11 and it fixed the problem.
--
John English


Back to the top