Use this property to disable the certification verification process that evaluates all certifications in the certification chain by checking the revocation status.

API calls that use the high-security plugin may want to configure this property. If the full certification chain is not defined in the instance trust store or the certificates used may not be compatible with an OCSP (Online Certificate Status Protocol) revocation check, errors may be returned to the API calls.

The certificate revocation check can be turned off by setting property com.glide.communications.httpclient.verify_revoked_certificate to false.

Errors associated with an inability to make the check are NPE, SSLPeerUnverifiedException, CertPathValidatorException. These errors may be wrapped in an HttpException. Several factors can affect the ability to do a successful check:

  • The URI must be accessible to the instance. Note that the original OCSP implementation may not have access to a proxied connection.
  • The referrer OCSP service must be online when the check is made.

More information

To learn more about adding or creating a system property, see Add a system property.