To disable the CRL feature:
Switch to the directory:
<sentinel_installation_path>/etc/opt/novell/sentinel/3rdparty/jetty
Run the following command:
mv jetty-ssl-context.xml.crl.bkp jetty-ssl-context.xml
In the <sentinel_installation_path>/etc/opt/novell/sentinel/config/configuration.properties file, remove the following properties:
sentinel.client.cert.password=<cert.password>
sentinel.validate.crl=true
sentinel.webserver.crlfile=/config/pulp_crl.pem
Restart the Sentinel server.
rcsentinel restart
Go to <sentinel_installation_path>/opt/novell/sentinel/setup directory in Collector Manager and Correlation Engine.
Run the following command and follow on-screen instructions to make Collector Manager and Correlation Engine compatible with the Sentinel server:
./configure.sh
NOTE:If the Collector Manager and Correlation Engine are in CRL mode and not able to connect to the server, then upgrade the cURL version on the machine to 7.60 or above.