diff options
author | Zhigang Fang <zhigang1992@gmail.com> | 2017-05-05 20:26:48 +0800 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-05-05 14:26:48 +0200 |
commit | fdec51d732d23edbea1833a445820603d177f5e6 (patch) | |
tree | 455a9075aa421a4ac57e621a23c02c7383338b06 | |
parent | d734f6bbd680749449f2a7b28e4b23d25deba9ee (diff) | |
download | mitmproxy-fdec51d732d23edbea1833a445820603d177f5e6.tar.gz mitmproxy-fdec51d732d23edbea1833a445820603d177f5e6.tar.bz2 mitmproxy-fdec51d732d23edbea1833a445820603d177f5e6.zip |
Note to enable `Certificate Trust Settings` in iOS 10.3 or up (#2312)
-rw-r--r-- | docs/certinstall.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/certinstall.rst b/docs/certinstall.rst index 14d66d30..2594c439 100644 --- a/docs/certinstall.rst +++ b/docs/certinstall.rst @@ -24,6 +24,9 @@ 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 ------------------------------------------------ |