Skip to content

Protocol: Missing TLS ALPN

Identifier: issue_ssl_missing_alpn

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Missing Application-Layer Protocol Negotiation prevents explicit selection of the application protocol during TLS setup.

How we test: We offer ALPN protocol identifiers and inspect the server response.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_alpn:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.