Skip to content

Protocol: Improper TLS Cipher Suite Order

Identifier: issue_ssl_improper_cipher_suite_order

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

Weak cipher suites preferred over strong suites can weaken negotiated TLS protection. How we test: We compare the server-selected suites for controlled client offers. References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_improper_cipher_suite_order:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.