Home > Configuration > SSL > setsslocspresponder_batchingdepth

setsslocspresponder_batchingdepth

Use this method to set number of client certificates to batch together into one OCSP request. Batching avoids overloading the OCSP responder. A value of 1 signifies that each request is queried independently. For a value greater than 1, specify a timeout (batching delay) to avoid inordinately delaying the processing of a single certificate.

Syntax



Parameters

name

Name of the OCSP responder to modify.
This is mandatory parameter.

batchingdepth

Number of client certificates to batch together into one OCSP request. Batching avoids overloading the OCSP responder. A value of 1 signifies that each request is queried independently. For a value greater than 1, specify a timeout (batching delay) to avoid inordinately delaying the processing of a single certificate.
Minimum value = 1.
Maximum value = 8.

Return Value

Returns simpleResult

See Also