Skip to content

Instantly share code, notes, and snippets.

@jamiew
Created March 30, 2010 01:33
Show Gist options
  • Save jamiew/348651 to your computer and use it in GitHub Desktop.
Save jamiew/348651 to your computer and use it in GitHub Desktop.
Was receiving a weird exception in the Integration Console while adding Google Checkout secure notification callbacks to our app:
Error:
javax.net.ssl.SSLException: Received fatal alert: bad_record_mac
Solution:
We were only allowing SSLv3 in our nginx ssl_protocols configuration. Changing it to "SSLv3 SSLv2 TLSv1" (the default) fixed it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment