aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc-src/certinstall/index.py1
-rw-r--r--doc-src/certinstall/mitm.it-error.html5
2 files changed, 6 insertions, 0 deletions
diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py
index 32927401..d6b1e417 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 00000000..6ddc1789
--- /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.<br>
+The request to <a href="http://mitm.it/">http://mitm.it/</a> must go through your mitmproxy instance. \ No newline at end of file