TlsPeerUnverifiedException

Indicates that TLS peer can't be verified.

This exception typically occurs when the identity of the remote peer can't be authenticated or verified during a TLS handshake. For example, because of mismatched certificates or missing trust anchors.

Report a problem

Parameters

message

A message detailing the reason for the verification failure.

Constructors

Link copied to clipboard
expect constructor(message: String)
actual constructor(message: String)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
open val message: String?