mitmproxy / mitmproxy

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

DOC: certificate for IOS emulator entry is useless #6924

Open RayOei opened 3 weeks ago

RayOei commented 3 weeks 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 3 weeks ago

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