verifyDepth

Type: Integer

The verifyDepth property of the JadeSSLContext class contains the maximum verification depth in a chain of certificates. This value 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 property to that value, or depth. A large value allows more checking but too small a value may not verify the complete certificate chain. Specify zero (0) if you want unlimited depth checking. The default value is 9.