SessionTruncated

org.apache.pekko.stream.TLSProtocol.SessionTruncated
See theSessionTruncated companion object
sealed abstract class SessionTruncated extends SslTlsInbound

If the underlying transport is closed before the final TLS closure command is received from the peer then the SSLEngine will throw an SSLException that warns about possible truncation attacks. This exception is caught and translated into this message when encountered. Most of the time this occurs not because of a malicious attacker but due to a connection abort or a misbehaving communication peer.

Attributes

Companion
object
Source
SslTlsOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article