Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Verify certificate revocation

The com.glide.communications.httpclient.verify_revoked_certificate property checks certificate revocation during the Transport Layer Security (TLS) handshake to ensure that security checks are not bypassed.

If the com.glide.communications.httpclient.verify_revoked_certificate system property isn't configured to the recommended value of true, certificate revocation checks will be skipped during the TLS handshake.

Ensure the property com.glide.communications.httpclient.verify_revoked_certificate is set to true.

More information

AttributeDescription
Configuration namecom.glide.communications.httpclient.verify_revoked_certificate
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuetrue
CategoryCommunications
Security risk- Severity score: 6.5 - CVSS score: Medium - Security risk details: This omission undermines a critical security control, potentially allowing an attacker to use a revoked certificate without detection. As a result, it compromises the integrity of the Public Key Infrastructure \(PKI\) and the trust model that underpins secure web communications.
Dependencies and prerequisitesNone
Functional impactThis property should be set to true to ensure that a Transport Layer Security \(TLS\) session is started with an authentic endpoint. If this property is set to false, then the certificate is not checked, which could compromise the security of the instance.

Parent Topic:Communications