Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
class
SSLError(HTTPError):
55
""
"Raised when SSL certificate fails in an HTTPS connection."
""
56
57
58
class
ProxyError(HTTPError):
Callers
6
test_retry_other
Method · 0.90
_error_catcher
Method · 0.85
_make_request
Method · 0.85
urlopen
Method · 0.85
assert_fingerprint
Function · 0.85
ssl_wrap_socket
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_retry_other
Method · 0.72