Keep your Root Authorities up to date
        Posted  
        
            by John Breakwell
        on Geeks with Blogs
        
        See other posts from Geeks with Blogs
        
            or by John Breakwell
        
        
        
        Published on Thu, 20 Jun 2013 03:52:15 GMT
        Indexed on 
            2013/06/24
            16:24 UTC
        
        
        Read the original article
        Hit count: 489
        
Originally posted on: http://geekswithblogs.net/Plumbersmate/archive/2013/06/20/keep-your-root-authorities-up-to-date.aspx
By default, Windows will automatically update it’s internal list of trusted root authorities as long as the Update Root Certificates function is installed. This should be enabled by default and takes manual intervention to remove it.
![]()
With this component enabled, the following happens:
If you are presented with a certificate issued by an untrusted root authority, your computer will contact the Windows Update Web site to see if Microsoft has added the CA to its list of trusted authorities. If it has been added to the Microsoft list of trusted authorities, its certificate will automatically be added to your trusted certificate store.
If the component is not installed and a certificate from an untrusted CA is encountered then the following text will be seen:
This is an inconvenience for the person browsing the site as they need to click to continue. Applications, though, will be unable to proceed and will throw an exception. Example:
ERROR_WINHTTP_SECURE_FAILURE
12175 (0x00002F8F)
One or more errors were found in the Secure Sockets Layer (SSL) certificate sent by the server.
If you look at the certificate’s properties, you can see the “Issued by:” value:
This must match a Trusted Root Certificate Authority in the current user’s certificate store.
So turn on automatic updating of trusted root authority certificates.
For Windows Vista and above, this option is controlled through Group Policy. See the “To Turn Off the Update Root Certificates Feature by Using Group Policy” section of the following Technet article:
Certificate Support and Resulting Internet Communication in Windows Vista
If Windows Update is a blocked site then download and deploy the latest pack of root certificates from Microsoft:
Failing that, find a machine that has the latest root certificates installed and export them from there:
- Open up the Certificates console.
 - Right-click the required Trusted Root Certificate Authority certificate
 - Choose Export from “All Tasks” to open up the Certificate Export Wizard
 - Choose an export file format – DER should be fine
 - Provide a file name and complete the export.
 - Move the file to the machine that’s missing the certificate
 - Right-click the file and choose “Install Certificate” to open up the Certificate Import Wizard
 - Allow the wizard to automatically select the certificate store and complete the import
 
On a side note, for troubleshooting certificate issues it can be helpful to clear the SSL state:
© Geeks with Blogs or respective owner