exception ssl.SSLSyscallError
A subclass of SSLError
raised when a system error was encountered while trying to fulfill an operation on a SSL socket. Unfortunately, there is no easy way to inspect the original errno number.
New in version 3.3.
exception ssl.SSLSyscallError
A subclass of SSLError
raised when a system error was encountered while trying to fulfill an operation on a SSL socket. Unfortunately, there is no easy way to inspect the original errno number.
New in version 3.3.
Please login to continue.