Skip to content

Protocol: Missing SSL Session Resumption IDs

Identifier: issue_ssl_missing_session_resumption_ids

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Without TLS session IDs, clients cannot resume compatible prior sessions and must perform a full handshake.

How we test: We offer a session ID and verify whether the TLS service supports session resumption.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_session_resumption_ids:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.