From b6986b89995911e31694e44d3ee157e5839ea060 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 7 Sep 2014 13:44:32 +0200 Subject: [PATCH] add mitm.it error site --- doc-src/certinstall/index.py | 1 + doc-src/certinstall/mitm.it-error.html | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 doc-src/certinstall/mitm.it-error.html diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py index 329274016..d6b1e4178 100644 --- a/doc-src/certinstall/index.py +++ b/doc-src/certinstall/index.py @@ -9,4 +9,5 @@ pages = [ Page("ios-simulator.html", "IOS Simulator"), Page("android.html", "Android"), Page("java.html", "Java"), + Page("mitm.it-error.html", "Error: No proxy configured"), ] diff --git a/doc-src/certinstall/mitm.it-error.html b/doc-src/certinstall/mitm.it-error.html new file mode 100644 index 000000000..6ddc1789b --- /dev/null +++ b/doc-src/certinstall/mitm.it-error.html @@ -0,0 +1,5 @@ +**Looks like you wanted to install the mitmproxy CA using the web app?** + +Unfortunately, there's been no mitmproxy instance on the wire that could have intercepted your request. +Please configure your client to use mitmproxy and try again.
+The request to http://mitm.it/ must go through your mitmproxy instance. \ No newline at end of file