Searched refs:SSLError (Results 1 – 4 of 4) sorted by relevance
26 from ssl import SSLError41 class SSLError(Exception): class
84 except SSLError as e:
40 if isinstance(exc_value, ssl.SSLError):193 except ssl.SSLError:
32 from ssl import SSLError35 class SSLError(Exception): class