mitmproxy / mitmproxy

An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
https://mitmproxy.org
MIT License
37.04k stars 4.05k forks source link

DOC: certificate for IOS emulator entry is useless #6924

Open RayOei opened 5 months ago

RayOei commented 5 months ago

Problem Description

On the doc https://docs.mitmproxy.org/stable/concepts-certificates/ page the entry for IOS emulator redirects to https://github.com/ADVTOOLS/ADVTrustStore#how-to-use-advtruststore which is old and doesn't work on current Python 3. It puts you on the wrong path and it is actually not needed on modern iOS.

Steps to install on iOS emulator are (almost) the same as for iOS (real) device.

Checked on macOS Sonoma - M2 Max with iPhone 15Max iOS 17.5 emulator

mhils commented 5 months ago

Thanks - would you mind sending a pull request to update this? 😃