diff options
author | jimhigson <jim.higson@gmail.com> | 2017-12-18 18:28:02 +0000 |
---|---|---|
committer | jimhigson <jim.higson@gmail.com> | 2017-12-18 18:28:02 +0000 |
commit | 4c4ca960174ddd90d4e67f4a4a3476840b18c216 (patch) | |
tree | aba2eb8bf7739f45d12752e3a346a1702cd6ecc2 /docs | |
parent | b1f923e1482bf95418c955a5867dcbd30e1a00ec (diff) | |
download | mitmproxy-4c4ca960174ddd90d4e67f4a4a3476840b18c216.tar.gz mitmproxy-4c4ca960174ddd90d4e67f4a4a3476840b18c216.tar.bz2 mitmproxy-4c4ca960174ddd90d4e67f4a4a3476840b18c216.zip |
move extra info for ios to ios section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/certinstall.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/certinstall.rst b/docs/certinstall.rst index 2ec5f022..446f74fd 100644 --- a/docs/certinstall.rst +++ b/docs/certinstall.rst @@ -24,10 +24,6 @@ something like this: Click on the relevant icon, follow the setup instructions for the platform you're on and you are good to go. -For iOS version 10.3 or up, you need to make sure ``mitmproxy`` is enabled in -``Certificate Trust Settings``, you can check it by going to -``Settings > General > About > Certificate Trust Settings``. - Installing the mitmproxy CA certificate manually ------------------------------------------------ @@ -39,7 +35,6 @@ documentation for some common platforms. The mitmproxy CA cert is located in ``~/.mitmproxy`` after it has been generated at the first start of mitmproxy. - iOS ^^^ @@ -47,6 +42,14 @@ See http://jasdev.me/intercepting-ios-traffic and https://web.archive.org/web/20150920082614/http://kb.mit.edu/confluence/pages/viewpage.action?pageId=152600377 +On iOS 10.3 and onwards, you also need to enable full trust for the mitm root certificate after installing from http://mitm.it + +1. Open the Settings app +2. Tap General +3. Tap About +4. Scroll to bottom. Tap Certificate Trust Settings +5. Turn on the switch for mitmproxy + iOS Simulator ^^^^^^^^^^^^^ |