Skip to content

Protocol: Missing Extended TLS Support

Identifier: issue_ssl_missing_etls

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Missing extended TLS support can prevent clients from using required TLS protocol extensions.

How we test: We inspect the TLS service for its support of negotiated TLS extensions.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_etls:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.