MCPcopy
hub / github.com/urllib3/urllib3 / SSLError

Class SSLError

src/urllib3/exceptions.py:54–55  ·  view source on GitHub ↗

Raised when SSL certificate fails in an HTTPS connection.

Source from the content-addressed store, hash-verified

52
53
54class SSLError(HTTPError):
55 """Raised when SSL certificate fails in an HTTPS connection."""
56
57
58class ProxyError(HTTPError):

Callers 6

test_retry_otherMethod · 0.90
_error_catcherMethod · 0.85
_make_requestMethod · 0.85
urlopenMethod · 0.85
assert_fingerprintFunction · 0.85
ssl_wrap_socketFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_retry_otherMethod · 0.72