Skip to content

Configuration: HTTP/2 Not Supported

Identifier: http2_not_supported

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Check if the HTTPS server supports HTTP/2.

HTTPS servers should support HTTP/2 for improved performance, multiplexing, and security features like header compression.

Configuration

Example

Example configuration:

---
security_tests:
  http2_not_supported:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.