Steps to enable or disable the Certificate Verification for the Server Certificate in System Configuration > Security.
Enabling Certificate Verification instructs all Agents to verify the authenticity of the Server Certificate against the issuing Certificate Authority or the endpoint's Root Certificates. This adds a level of security to communications because communications between Agent and Server cannot be spoofed.
Any Agent that does not check in after making this change will require either:
cd "C:\Program Files (x86)\Bit9\Parity Agent" dascli password GlobalCLIPassword dascli sslmode 1
cd /Applications/Bit9/Tools/
./b9cli --password GlobalCLIPassword
./b9cli --sslmode 1
cd /opt/bit9/bin
./b9cli --password GlobalCLIPassword
./b9cli --sslmode 1