Skip to content

Protocol: Missing SSL Session ID Support

Identifier: issue_ssl_missing_ssl_session_id_support

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

A TLS service without session ID support cannot resume sessions using the TLS session cache mechanism.

How we test: We offer a session ID and inspect the ServerHello response for session ID support.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_ssl_session_id_support:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.