My Project
Loading...
Searching...
No Matches
wolfssl.exceptions.SSLError Class Reference
Inheritance diagram for wolfssl.exceptions.SSLError:
wolfssl.exceptions.SSLEOFError wolfssl.exceptions.SSLSyscallError wolfssl.exceptions.SSLWantReadError wolfssl.exceptions.SSLWantWriteError wolfssl.exceptions.SSLZeroReturnError

Detailed Description

Raised to signal an error from the wolfSSL's SSL/TLS library. This signifies
some problem in the higher-level encryption and authentication layer that's
superimposed on the underlying network connection. This error is a subtype
of socket.error, which in turn is a subtype of IOError. The error code and
message of SSLError instances are provided by the wolfSSL library.