Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ crl_path
Method
crl_path
mitmproxy/addons/tlsconfig.py:582–583 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
580
)
581
582
def
crl_path(self) -> str:
583
return
f
"/mitmproxy-{self.certstore.default_ca.serial}.crl"
584
585
def
get_cert(self, conn_context: context.Context) -> certs.CertStoreEntry:
586
""
"
Callers
4
test_crl_substitution
Method · 0.95
test_crl_request
Method · 0.95
get_cert
Method · 0.95
request
Method · 0.95
Calls
no outgoing calls
Tested by
2
test_crl_substitution
Method · 0.76
test_crl_request
Method · 0.76