Created
July 29, 2014 22:42
-
-
Save ryanemmm/5ea4f239cfe29680f47d to your computer and use it in GitHub Desktop.
os x 10.9.4 ssl problems...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
I ran into a problem trying to go to https://github.com using Google Chrome | |
where I'd get an ssl/security warning saying the certificate is not trusted. | |
I tracked this down to an expired Digicert Certificate. | |
After chasing around the web, one solution I saw was to reinstall the os x | |
10.9.2 update. But that won't work, cuz I'm on 10.9.4. | |
TL;DR: I chat w/ Logan over at Digicert... Boom. Fixed. Thanks Logan! | |
*/ | |
ryan: [4:30:44 PM] is there a way to restore digicert certificates on os x 10.9.4? I accidentally deleted *all* of them. | |
Logan: [4:30:48 PM] Hi Ryan! | |
ryan: [4:30:55 PM] hi logan | |
Logan: [4:31:03 PM] Yes, you can add them back in. | |
ryan: [4:31:16 PM] oh great. where can i get them and how do i reinstall them? | |
Logan: [4:31:17 PM] http://cacerts.digicert.com/DigiCertHighAssuranceEVRootCA.crt | |
[4:31:44 PM] That is the only one you should need. | |
[4:31:45 PM] https://www.digicert.com/digicert-root-certificates.htm | |
ryan: [4:31:55 PM] awesome thanks! | |
/** just make sure to add it to the "system" keychain **/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment