exception ssl.SSLZeroReturnError
A subclass of SSLError
raised when trying to read or write and the SSL connection has been closed cleanly. Note that this doesn’t mean that the underlying transport (read TCP) has been closed.
New in version 3.3.
Please login to continue.