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
- Known subtypes
-
object SessionTruncated
In this article