Native macOS TLS support for mitmproxy (mitmproxy-rs). This library provides the low-level TLS API for mitmproxy on macOS, leveraging Apple's Security Framework. Version 0.12.9 is the latest, with monthly releases. Compatible with Python >=3.12.
pip install mitmproxy-macosVerified import paths — ran on the pinned version, not inferred.
Verify import and basic instantiation of TLSLayer.
Upgrade Python to 3.12 or later.
Replace `from mitmproxy_macos.tls import TLSLayer` with `from mitmproxy_macos import TLSLayer`.
Use conditional import or run only on macOS.