aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-07 13:44:32 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-07 13:44:32 +0200
commitb6986b89995911e31694e44d3ee157e5839ea060 (patch)
tree9cf7cdf73094f3a33f0b183317f17de9e15a76ef /doc-src
parent5226ac200fb13f1c19a2d91344ae516d32e756e6 (diff)
downloadmitmproxy-b6986b89995911e31694e44d3ee157e5839ea060.tar.gz
mitmproxy-b6986b89995911e31694e44d3ee157e5839ea060.tar.bz2
mitmproxy-b6986b89995911e31694e44d3ee157e5839ea060.zip
add mitm.it error site
Diffstat (limited to 'doc-src')
-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