Skip to content

Protocol: Misconfigured TLS 1.2

Identifier: issue_ssl_misconfigured_tls12

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

An insecure TLS 1.2 configuration can expose connections to weak cipher suites or unsafe negotiation behavior.

How we test: We inspect the TLS 1.2 protocol configuration and negotiated cryptographic options.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_misconfigured_tls12:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.