Skip to content

Instantly share code, notes, and snippets.

@koenrh
Created October 13, 2016 19:37
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 koenrh/0d6627171eadd576c8a052fb2ceb4f85 to your computer and use it in GitHub Desktop.
Save koenrh/0d6627171eadd576c8a052fb2ceb4f85 to your computer and use it in GitHub Desktop.

How to flush the OCSP cache

Mac

  1. Open Terminal.app.
  2. Copy the following line and hit Enter.
  • sqlite3 ~/Library/Keychains/*/ocspcache.sqlite3 'DELETE FROM ocsp;'

Windows

  1. Go to Start Menu > Run.
  2. Type cmd and hit Enter.
  3. Copy the following line and hit Enter.
  • certutil -urlcache * delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment