This command sets whether crl-http-validation should be performed.
Syntax
set crl-http-validation <none | best-effort | mandatory>
Parameters
Parameter
Description
Possible Values
Default Value
none
Do not validate a certificate with its associated Certificate Revocation List (CRL) when establishing a TLS Connection with Communication Manager.
best-effort
Validate a certificate with its associated Certificate Revocation List (CRL) when establishing a TLS Connection with Communication Manager.
yes
mandatory
Validate a certificate with its associated Certificate Revocation List (CRL) when establishing a TLS Connection with Communication Manager. The connection will not be allowed if the certificate cannot be verified using a CRL.
User level
read-write
Context
certificate-options
Example
# set crl-http-validation best-effort
CRL HTTP Validation : best-effort