Skip to content

Instantly share code, notes, and snippets.

@uraimo
Created November 27, 2020 09:53
Show Gist options
  • Save uraimo/49eb390ed78b3b5b5ed2a9ea8fff99ff to your computer and use it in GitHub Desktop.
Save uraimo/49eb390ed78b3b5b5ed2a9ea8fff99ff to your computer and use it in GitHub Desktop.
Disable oscp

This is usefull when you are experiencing network issues and the apps refuse to open (icon jumping, no window shown) because macOS can't complete its oscp signature verification on binaries. Or just if you want to disable it for other reasons.

Open /etc/hosts and add:

0.0.0.0 ocsp.apple.com

Everything should open normally now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment