Home | Trees | Indices | Help |
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | TLSError --+ | TLSAbruptCloseError
The socket was closed without a proper TLS shutdown.
The TLS specification mandates that an alert of some sort must be sent before the underlying socket is closed. If the socket is closed without this, it could signify that an attacker is trying to truncate the connection. It could also signify a misbehaving TLS implementation, or a random network failure.
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue May 22 10:29:16 2012 | http://epydoc.sourceforge.net |