Home > Configuration > SSL > setsslzerotouchparam_ocspbatchingdepth

setsslzerotouchparam_ocspbatchingdepth

Use this method to set number of 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

ocspbatchingdepth

Number of 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