Skip to content

Protocol: Improper TLS 1.2 Cipher Order

Identifier: issue_ssl_improper_tls12_cipher_order

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Improper TLS 1.2 cipher ordering can cause a server to select weaker cipher suites.

How we test: We offer controlled TLS 1.2 cipher-suite lists and compare the suites selected by the server.

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_improper_tls12_cipher_order:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.