Skip to content

Protocol: SSL Untrusted Certificate Authorities

Identifier: issue_ssl_untrusted_certificate_authorities

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

A certificate chain anchored in an untrusted authority cannot establish an authenticated TLS connection.

How we test: We inspect each issuer in the presented certificate chain against the client trust store.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_untrusted_certificate_authorities:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.