CB Protection: How to verify a GetNextCertificateBatchToValidate loop
book
Article ID: 285868
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)
Issue/Introduction
How to verify if a server is stuck in a certificate validation loop.
Environment
- CB Protection Server: All Supported Versions
- Microsoft SQL Server: All Supported Versions
Resolution
- Open SQL Management Studio as the Service Account
- Run the script:
use das
exec dbo.GetNextCertificateBatchToValidate;
- Save a copy of the returned results
- Wait 5 minutes
- Re-run the script in step 2
- If the list between the two results is the same, the device is likely in a certificate loop
Additional Information
If your server is stuck in a validation loop, Open a case with Carbon Black Technical Support and provide the results of the scripts used.
Feedback
thumb_up
Yes
thumb_down
No