Skip to content

Protocol: SSLv2 Supported

Identifier: issue_ssl_sslv2_support

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

SSLv2 is obsolete and contains known cryptographic weaknesses that allow attacks on protected connections.

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

References:

Configuration

Example

Example configuration:

---
security_tests:
  issue_ssl_sslv2_support:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.