MCPcopy
hub / github.com/mitmproxy/mitmproxy / TlsClienthelloHook

Class TlsClienthelloHook

mitmproxy/proxy/layers/tls.py:171–179  ·  view source on GitHub ↗

Mitmproxy has received a TLS ClientHello message. This hook decides whether a server connection is needed to negotiate TLS with the client (data.establish_server_tls_first)

Source from the content-addressed store, hash-verified

169
170@dataclass
171class TlsClienthelloHook(StartHook):
172 """
173 Mitmproxy has received a TLS ClientHello message.
174
175 This hook decides whether a server connection is needed
176 to negotiate TLS with the client (data.establish_server_tls_first)
177 """
178
179 data: ClientHelloData
180
181
182@dataclass

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…