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.

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.

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
expect open val cause: Throwable?
expect open val cause: Throwable?
message
Link copied to clipboard
expect open val message: String?
expect open val message: String?