TlsFailure

data class TlsFailure(val cause: Throwable) : ProbeResult

TLS handshake failed — certificate validation rejected the broker, the broker does not speak TLS on this port, or the negotiated protocol/cipher is unsupported.

Constructors

Link copied to clipboard
constructor(cause: Throwable)

Properties

Link copied to clipboard

The underlying platform exception.