IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: Console Displays Blank Server Certificate with Error "Certificate with specified thumbprint not found"

App Control: Console Displays Blank Server Certificate with Error "Certificate with specified thumbprint not found"

Environment

App Control Server: All Supported Versions

Symptoms

After recent SSL certificate change when navigating to the System Configuration > Security tab page:
  • The error "Certificate with specified thumbprint not found" is displayed
  • The Server Certificate details are blank

Cause

The previous SSL certificate is still present in the database.

Resolution

  1. Open SQL Mgmt Studio with account that has permissions to make changes to the DAS database
  2. Execute the following query:
    USE das; exec dbo.UpdateShepherdConfig @name='PrevSSLCertificateThumbprint',@value=NULL;
  3. Restart the App Control server service
  4. The updated certificate information should be available now in the console

Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎11-10-2023
Views:
155
Contributors