Skip to content

Instantly share code, notes, and snippets.

@iHiD
Forked from agraves/instructions
Last active August 29, 2015 14:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iHiD/3a3ee36df25d9f761723 to your computer and use it in GitHub Desktop.
Save iHiD/3a3ee36df25d9f761723 to your computer and use it in GitHub Desktop.
Instructions for clearing expired DigiCert SSL certificate on OSX by [https://gist.github.com/agraves](agraves)
NOTICE: The following instructions "worked for me." Proceed at your own risk.
Symptoms:
* Visiting several sites, such as github, gravatar, twitter's CDN results in "invalid certificate" errors
* For example: http://i.imgur.com/8gPRfI3.png
Instructions
1) Launch Keychain Access
* ⌘-Space
* Type "Keychain Access"
* Hit return
2) Select "Show Expired Certificates" from the "View" menu.
3) Click the "login" section in the upper-left corner under "Keychains"
4) Order by Expires column on the RHS.
5) Look for the expired DigiCert certificate on the RHS. It will have a red X on it and it's expiration date is July 26th (or "today").
6) Right-click the certificate and select "Delete DigiCert..."
That will fix the problem but you may need to close and open Chrome to get it working again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment