Skip to content

Protocol: SSL Untrusted Certificate

Identifier: issue_ssl_untrusted_certificate

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

An untrusted TLS certificate prevents clients from reliably authenticating the service identity.

How we test: We validate the presented certificate chain against trusted certificate authorities.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_untrusted_certificate:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.