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

Class TlsFailedServerHook

mitmproxy/proxy/layers/tls.py:234–239  ·  view source on GitHub ↗

The TLS handshake with the server has failed.

Source from the content-addressed store, hash-verified

232
233@dataclass
234class TlsFailedServerHook(StartHook):
235 """
236 The TLS handshake with the server has failed.
237 """
238
239 data: TlsData
240
241
242class TLSLayer(tunnel.TunnelLayer):

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…