Skip to main content

PARTNERS

Troubleshooting

Patch Management scan error 1627

Sometimes, after deploying Patch Management in your infrastructure, Patch Scan tasks may fail with error code 1627 on Windows endpoints.

This error code, received upon the task failing, is related to missing certificates on the target machines.

The solution, presented in the troubleshooting steps below, is to export the certificates from an endpoint where Patch Scan tasks work properly and to import them on the machines that are failing.

  1. Certificates

    The specific certificates are the following:

    • DigiCert Trusted Root G4 (found in Trusted Root Certification Authorities)

      Patch_management_Troubleshooting_DigiCert_Trusted_Root_G4.png
    • DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1 (found in Intermediate Certification Authorities)

      Patch_management_troubleshooting_DigiCert_Trusted_G4Code_Signing_RSA4096SHA384_2021_CA1_en.png
  2. Accessing Local Machine Certificates Store

    You can find the above certificates in the Local Machine Certificates Store, not in the Local User Certificates Store.

    • For Windows 8.1 and above, you may access this store by running the command certlm.msc

      gz_patch_management_accessing_local_machine_certificates_store_en.jpg
    • For Windows 7, you will need to create a new snap-in as described below:

      1. Start → Run: mmc.exe

        gz_patch_management_accessing_local_machine_certificates_store_a_en.jpg
      2. Menu: FileAdd/Remove Snap-in…

        gz_patch_management_accessing_local_machine_certificates_store_b_en.jpg
      3. Under Available snap-ins, select Certificates and press Add.

        gz_patch_management_accessing_local_machine_certificates_store_c_en.jpg
      4. Select Computer Account for the certificates to manage. Press Next

        gz_patch_management_accessing_local_machine_certificates_store_d_en.jpg
      5. Select Local Computer and press Finish.

        gz_patch_management_accessing_local_machine_certificates_store_e_en.jpg

        Press OK to return to the management console.

  3. Exporting certificates

    Once you locate the two certificates on one of the machines where Patch Scan is working properly, you will need to export them:

    patch_management_export_digicert_certificates_en.png
  4. Importing certificates

    After exporting the two certificates and copying them over to the machine where thePatch Scan task is failing, you will need to import them.

    15555_10.png

    Note

    Please make sure to import the certificates in the Local Machine Certificates Store and in their proper locations:

    • DigiCert Trusted Root G4 → Trusted Root Certification Authorities

    • DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1 → Intermediate Certification Authorities

Alternative methods to import certificates

  1. If your endpoints are not connected to the internet, you can visit this webpage and download the certificates to use them later on the desired endpoints.

  2. You can import the certificates by using the two commands below:

    • For DigiCert Trusted Root G4

      certutil -addstore "Root" "< path_to_root_certificate >"

    • For DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1

      certutil -addstore "CA" "< path_to_intermediate_certificate >"

      Note

      This method is useful if you have multiple endpoints with the issue described and you need to automatically import certificates via script.

      Make sure to run the commands above in Command Line with administrative rights.