Skip to content

Protocol: Improper TLS Certificate Chain Order

Identifier: issue_ssl_improper_certificate_chain_order

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

An unordered certificate chain can prevent clients from constructing a valid trust path. How we test: We inspect the order of certificates in the server chain. References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_improper_certificate_chain_order:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.