Skip to content

Protocol: Missing TLS Session Tickets

Identifier: issue_ssl_missing_tls_session_tickets

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Without TLS session tickets, a service cannot provide stateless resumption to compatible clients.

How we test: We inspect TLS handshake extensions and the NewSessionTicket message for ticket support.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_missing_tls_session_tickets:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.