wolfssl.exceptions.SSLEOFError Class Reference
Inheritance diagram for wolfssl.exceptions.SSLEOFError:
wolfssl.exceptions.SSLError

Detailed Description

A subclass of SSLError raised when the SSL connection has been terminated
abruptly. Generally, you shouldn't try to reuse the underlying transport
when this error is encountered.