Environment
Carbon Black Cloud Console: All Versions
Carbon Black Cloud Sensor: 3.8.0.722 and higher
Microsoft Windows: All Supported Versions
Objective
How to Adjust Curl for Best Effort
Resolution
Options:
- During the unattended Install or upgrade of CB Defense Sensor add the following parameter
msiexec.exe /q /i CBDefense-setup.msi /L*vx log.txt CURL_CRL_REVOKE_BEST_EFFORT=1 <other parameters as needed for CBDefense_msi_command_options>
- Edit the Config file
- Place the sensor in Bypass mode.
- Locate your cfg.ini file
- Edit cfg.ini file adding this line.
CurlCrlRevokeBestEffort=1
- Save and close cfg.ini
- Load changes
"C:\Program Files\Confer\RepCLI.exe" updateconfig
- Bring Sensor out of Bypass
- Check PSC Console for normal sensor communications, like check-ins and events
Additional Notes
The command line addition will add the following line to the cfg.ini file
CurlCrlRevokeBestEffort=1
This will allow the Sensor to remain enabled and set to best effort but sensor communication continues if the CRL distribution point is unreachable.
WARNING:
Additional information can be found about
What are some concerns with disabling the CRL check within the Sensor?
Related Content