Skip to content

Protocol: TLS 1.0 Supported

Identifier: issue_ssl_tls10_support

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

TLS 1.0 is deprecated and lacks protections required for modern secure communications.

How we test: We attempt to negotiate TLS 1.0 with the TLS service.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_tls10_support:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.