Skip to content

Instantly share code, notes, and snippets.

@walpolea
Last active November 12, 2020 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walpolea/75f6711cc4778986096c4a0a0d04f6dc to your computer and use it in GitHub Desktop.
Save walpolea/75f6711cc4778986096c4a0a0d04f6dc to your computer and use it in GitHub Desktop.
Fix for MacOS trustd slowness
  • Open terminal (cmd + space, type terminal, press enter)
  • type: sudo nano /etc/hosts and press enter
  • enter your mac admin password and press enter
  • you will now be editing your hosts text file in the terminal (you can't use your mouse for this)
  • use the down arrow key to move the cursor to the bottom of the text file to a blank line, or if the last line is not blank move the cursor to the end of the line and press enter
  • type (or copy/paste): 0.0.0.0 http://ocsp.apple.com
  • press control + o (not cmd), press enter, then control + x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment