MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / TlsFailedClientHook

Class TlsFailedClientHook

mitmproxy/proxy/layers/tls.py:225–230  ·  view source on GitHub ↗

The TLS handshake with the client has failed.

Source from the content-addressed store, hash-verified

223
224@dataclass
225class TlsFailedClientHook(StartHook):
226 """
227 The TLS handshake with the client has failed.
228 """
229
230 data: TlsData
231
232
233@dataclass

Callers 2

on_handshake_errorMethod · 0.90
on_handshake_errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…