Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > SSLVerifyDepth

SSLVerifyDepth

Integer

9

Purpose

The SSLVerifyDepth parameter specifies how far back in the certificate chain checking for the Certificate Authority signature goes. A certificate is signed by a Certificate Authority (CA) certificate. The CA certificate is signed by a more-trusted CA or it is signed by itself.

If you know the maximum depth of certificate chain, set the parameter to that value, or depth. A large value allows more checking but too small a value may not verify the complete certificate chain. For details, see "Secure Sockets Layer (SSL) Security", in Chapter 2 of the JADE Object Manager Guide.

The value of this parameter should not be set to zero (0).

Parameter is read when …

The application server node is next initialized; for example, when you restart the application server.