Skip to content

Instantly share code, notes, and snippets.

@frytaz
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save frytaz/9189399 to your computer and use it in GitHub Desktop.

Select an option

Save frytaz/9189399 to your computer and use it in GitHub Desktop.
OSX Mavericks goto fail patch
cd /System/Library/Frameworks/Security.framework/Versions/A/
sudo cp Security Security_back
curl http://download.suhosin.org/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch -o /tmp/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch
sudo bspatch Security_back Security /tmp/APPLE_SSL_SECURITY_FRAMEWORK_QUICK_AND_DIRTY_64BIT_FIX.bspatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment